IDM_REMOVEFROMGLYPHTABLE Command ID
Deprecated. Deletes an entry or entries from the glyph table.
C++ Information
Command group CGID_MSHTML (defined in mshtmhst.h) Symbolic constant IDM_REMOVEFROMGLYPHTABLE User interface None. Set nCmdExecOpt to OLECMDEXECOPT_DONTPROMPTUSER. IOleCommandTarget::Exec parameters pvaIn VARIANT of type VT_BSTR specifying a glyph table entry string to remove.pvaOut Set to NULL.Header file mshtmcid.h Applies to IHTMLDocument2::execCommand, IHTMLDocument2::queryCommandEnabled, IHTMLDocument2::queryCommandIndeterm, IHTMLDocument2::queryCommandState, IHTMLDocument2::queryCommandSupported, IHTMLDocument2::queryCommandValue, IOleCommandTarget::Exec, IOleCommandTarget::QueryStatus.
Remarks
Windows Internet Explorer 8. Internet Explorer 8 in IE8 Standards mode no longer renders glyphs in the HTML editor. Glyphs still work in IE7 Standards mode and IE5 (Quirks) mode (also known as Quirks mode).
Minimum Availability
Internet Explorer 5.5 and later.
See Also