Contents Index Topic Contents | ||
Previous Topic: IHTMLInputTextElement::put_size Next Topic: IHTMLInputTextElement::put_maxLength |
IHTMLInputTextElement::get_size
HRESULT get_size( long *p );Retrieves the size of the control.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the size, in characters.
See also put_size
IHTMLInputTextElement::put_size
HRESULT put_size( long v );Sets the size of the control.
- Returns S_OK if successful, or an error value otherwise.
- v
- Value specifying the size, in characters.
See also get_size
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.