Contents Index Topic Contents | ||
Previous Topic: IHTMLTextAreaElement::get_readOnly Next Topic: IHTMLTextAreaElement::get_status |
IHTMLTextAreaElement::get_rows
HRESULT get_rows( long *p );Retrieves the height, in rows, of the TEXTAREA control.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the number of rows.
See also put_rows
IHTMLTextAreaElement::put_rows
HRESULT put_rows( long v );Sets the height, in rows, of the TEXTAREA control.
- Returns S_OK if successful, or an error value otherwise.
- v
- Value specifying the number of rows.
See also get_rows
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.