Contents Index Topic Contents | ||
Previous Topic: IHTMLInputButtonElement::put_status Next Topic: IHTMLInputButtonElement::put_disabled |
IHTMLInputButtonElement::get_status
HRESULT get_status( VARIANT *p );Retrieves the status of the INPUT button control.
- Returns S_OK if successful, or an error value otherwise.
- v
- Value specifying the status. Can be TRUE, FALSE, or NULL.
See also put_status
IHTMLInputButtonElement::put_status
HRESULT put_status( VARIANT v );Sets the status of the INPUT control.
- Returns S_OK if successful, or an error value otherwise.
- v
- Value specifying the status. Can be TRUE, FALSE, or NULL.
See also get_status
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.