This topic has not yet been rated - Rate this topic

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

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: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.