Click to return to the Reusing Browser Technology home page    
IHTMLOpsProfile::setAttri...     IHTMLOptionButtonElement:...     Interfaces and Scripting ...    
Web Workshop  |  Reusing Browser Technology

IHTMLOptionButtonElement Interface


This interface specifies a form input control.

IHTMLOptionButtonElement Methods

get_checked Retrieves the value that indicates whether the given check box or radio button is selected.
get_defaultChecked Retrieves the value that indicates whether the check box or radio button is selected by default.
get_disabled Retrieves the value that indicates whether the control is enabled or disabled.
get_form Retrieves a reference to the form the element is embedded on.
get_indeterminate Retrieves the value that indicates whether the check box is in the indeterminate state.
get_name Retrieves the name of the control, bookmark, or application.
get_onchange Retrieves a pointer to the event handler function associated with the onchange event on the IHTMLOptionButtonElement.
get_status Retrieves the value that indicates whether the check box or radio button is selected.
get_type Retrieves the type of intrinsic control represented by the given element object.
get_value Retrieves the default or selected value of the given control.
put_checked Sets the value that indicates whether the given check box or radio button is selected.
put_defaultChecked Sets the value that indicates whether the check box or radio button is selected by default.
put_disabled Sets the value that indicates whether the control is enabled or disabled.
put_indeterminate Sets the value that indicates whether the check box is in the indeterminate state.
put_name Sets the name of the control, bookmark, or application.
put_onchange Sets a pointer to the event handler function associated with the onchange event on the IHTMLOptionButtonElement.
put_status Sets the value that indicates whether the check box or radio button is selected.
put_value Sets the default or selected value of the given control.

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


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.