multiple property
Sets or retrieves the Boolean value indicating whether multiple items can be selected from a list.
![]() |
Syntax
HRESULT value = object.put_multiple( v);HRESULT value = object.get_multiple(* 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: 11/12/2012
