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.
![]() |
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
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
- HTML 4.01 Specification, Section 17.6
See also
Build date: 6/12/2012
Community Additions
Show:
