Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
HTML and CSS
Objects
 Dialog Helper Object
Dialog Helper Object

Provides access the color dialog box, as well as the block format and fonts collections.

Members Table

The following table lists the members exposed by the Dialog Helper object.

Collections
Show:
CollectionDescription
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.
MethodDescription
ChooseColorDlg Opens the system color-selection dialog box.
getCharset Gets a Variant that specifies the character set of a given font.

Remarks

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> 

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker