Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

type property

Retrieves the type of select control based on the value of the MULTIPLE attribute.

Syntax

JavaScript

p = object.type

 

Property values

Type: String

select-multiple

The MULTIPLE attribute is true. Multiple OPTION elements can be selected.

select-one

Default. The MULTIPLE attribute is false. Only one OPTION element can be selected.

Standards information

See also

select

 

 

Show:
© 2017 Microsoft