Contents Index Topic Contents | ||
Previous Topic: IHTMLTextAreaElement::get_rows Next Topic: IHTMLTextAreaElement::get_type |
IHTMLTextAreaElement::get_status
HRESULT get_status( VARIANT *p );Retrieves the status of the TEXTAREA element.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the status. It can be TRUE, FALSE, or NULL.
See also put_status
IHTMLTextAreaElement::put_status
HRESULT put_status( VARIANT v );Sets the status of the TEXTAREA element.
- 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.