Contents Index Topic Contents | ||
Previous Topic: IHTMLSelectElement::put_multiple Next Topic: IHTMLSelectElement::put_name |
IHTMLSelectElement::get_multiple
HRESULT get_multiple( VARIANT_BOOL *p );Determines whether multiple items in the list can be selected.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives TRUE if multiple items can be selected, or FALSE if not.
The default value for this property is FALSE.
See also put_multiple
IHTMLSelectElement::put_multiple
HRESULT put_multiple( VARIANT_BOOL v );Specifies whether multiple items in the list can be selected.
- Returns S_OK if successful, or an error value otherwise.
- v
- Multiple-items flag. If TRUE, multiple items can be selected; if FALSE, they cannot.
The default value for this property is FALSE.
See also get_multiple
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.