Provides access to the color dialog box, block formats, and system fonts collections.
Members Table
The following table lists the members exposed by the
HtmlDlgSafeHelper
object.
Collections
| Collection | Description |
|---|
| blockFormats |
Retrieves a collection of strings that specify the names of the available block format tags. |
| fonts |
Retrieves a collection of all the system-supported fonts. |
Methods
| Method | Description |
|---|
| ChooseColorDlg |
Opens the system color-selection dialog box. |
| getCharset |
Gets a Variant that specifies the character set of a given font. |
Remarks
HtmlDlgSafeHelper (Dialog Helper) was introduced in Microsoft Internet Explorer 6
To create this object, use the OBJECT element and provide the class identifier (CLSID) for the dialog helper.
Example
This code creates a dialog helper object which can be referenced by its id value.
<OBJECT id=dlgHelper CLASSID="clsid:3050f819-98b5-11cf-bb82-00aa00bdce0b" width="0px" height="0px">
</OBJECT>