Contents Index Topic Contents | ||
Previous Topic: IHTMLInputTextElement::put_status Next Topic: IHTMLInputTextElement::put_disabled |
IHTMLInputTextElement::get_status
HRESULT get_status( VARIANT *p );Retrieves the value of a checkbox 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 variable that receives the value.
See also put_status
IHTMLInputTextElement::put_status
HRESULT put_status( VARIANT v );Sets the value of a checkbox 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 of the check box or radio button.
See also get_status
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.