Contents Index Topic Contents | ||
Previous Topic: IHTMLOptionButtonElement::put_status Next Topic: IHTMLOptionButtonElement::put_indeterminate |
IHTMLOptionButtonElement::get_status
HRESULT get_status( VARIANT_BOOL *p );Retrieves the value of a check box or radio button. This property is equivalent to the value property for check boxes and radio buttons.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a value that receives the status. It can be either TRUE or FALSE.
See also put_status
IHTMLOptionButtonElement::put_status
HRESULT put_status( VARIANT_BOOL v );Sets the value of a check box or radio button. This property is equivalent to the value property for check boxes and radio buttons.
- Returns S_OK if successful, or an error value otherwise.
- v
- Value specifying the status. It can be either TRUE or FALSE.
See also get_status
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.