IHTMLSelectElement::get_multipleIHTMLSelectElement::get_multiple*
*



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.

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

Up Top of Page


IHTMLSelectElement::put_multiple


HRESULT put_multiple(
    VARIANT_BOOL v 
);

Specifies whether multiple items in the list can be selected.

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.