type property

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

Retrieves the type of select control based on the value of the IHTMLSelectElement::multiple attribute.

Syntax

HRESULT value = object.get_type(BSTR* p);

Property values

Type: BSTR

select-multiple

The IHTMLSelectElement::multiple attribute is true. Multiple OPTION elements can be selected.

select-one

Default. The IHTMLSelectElement::multiple attribute is false. Only one OPTION element can be selected.

Standards information

 

 

Build date: 6/12/2012