type property
Retrieves the type of select control based on the value of the IHTMLSelectElement::multiple attribute.
Syntax
HRESULT value = object.get_type(* p);
Property values
Type: BSTR
-
The IHTMLSelectElement::multiple attribute is true. Multiple OPTION elements can be selected.
-
Default. The IHTMLSelectElement::multiple attribute is false. Only one OPTION element can be selected.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
Show: