Click to return to the Reusing Browser Technology home page    
IHTMLOptionElementFactory...     IHTMLOptionsHolder::choos...     Interfaces and Scripting ...    
Web Workshop  |  Reusing Browser Technology

IHTMLOptionsHolder Interface


This interface provides the access methods to pass and control the contents and characteristics of a dialog window.

IHTMLOptionsHolder Methods

choosecolordlg Opens the system color selection dialog box.
get_anythingAfterFrameset Not supported.
get_document Retrieves a pointer to the dialog box's parent document.
get_errorCharacter Retrieves the count of the character on the line where an error occurred.
get_errorCode Retrieves the current error code for the error being reported.
get_errorDebug Retrieves the value that indicates whether to debug this error.
get_errorLine Retrieves a pointer to the event handler function associated with the onerror event on the IHTMLOptionsHolder element.
get_errorMessage Retrieves the string text of the error message to be displayed.
get_execArg Retrieves the variant argument of any additional parameters that were passed in.
get_findText Retrieves the text used in a find operation.
get_fonts Retrieves a collection of all the system-supported fonts.
get_productVersion Retrieves the string indicating the product version information.
get_unsecuredWindowOfDocument Retrieves the parent document's window, which is not wrapped by a security proxy, and thus is not considered secure.
getCharset Not supported.
isApartmentModel Not supported.
openfiledlg Opens the system open file dialog window.
put_anythingAfterFrameset Not supported.
put_errorCharacter Sets the count of the character on the line where an error occurred.
put_errorCode Sets the error code for the error being reported.
put_errorDebug Set the value that indicates whether to debug this error.
put_errorLine Sets a pointer to the event handler function associated with the onerror event on the IHTMLOptionsHolder element.
put_errorMessage Sets the string text for the error message to be displayed.
put_execArg Sets the variant argument; this allows additional user-data parameters to be passed in.
put_findText Sets the text with which to seed a find operation.
put_productVersion Sets the string indicating the product version information.
savefiledlg Opens the system save file dialog box.
showSecurityInfo Opens the Internet security information dialog box for the zone based on the document's URL.
sizes Receives a collection of the sizes available for the font that is passed in as a parameter.

Interface Information

Implementation System (Mshtml.dll)
Inherits from IDispatch
Header and IDL files Mshtml.h, Mshtml.idl
Minimum availability Internet Explorer 4.0
Minimum operating systems Windows 95, Windows NT 4.0

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0

Remarks

The IHTMLOptionsHolder object is a container for various options that can be passed as arguments into a dialog window presented from the browser.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.