multiple property

[This documentation is preliminary and is subject to change.]

Sets or retrieves the Boolean value indicating whether multiple items can be selected from a list.

HTML 4.01 Specification, Section 17.6

Syntax

HRESULT value = object.put_multiple(VARIANT_BOOL v);HRESULT value = object.get_multiple(VARIANT_BOOL* p);

Property values

Type: VARIANT_BOOL

VARIANT_FALSE (false)

Default. Multiple items cannot be selected.

VARIANT_TRUE (true)

Multiple items can be selected.

Standards information

See also

IHTMLSelectElement::type

 

 

Build date: 6/12/2012

Community Additions

Show: