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