[Table of Contents] [docx version]
VML Reference Material - VML
This element specifies the selection type for the list box. If omitted, the control is assumed to be Single. Allowed values are:
Value |
Description |
Single |
The listbox may only have one selected item. |
Multi |
The listbox may have multiple items selected by clicking on each item. |
Extend |
The listbox may have multiple items selected by holding a control key and clicking on each item. |
This element is used for list boxes.
[Example:
<x:ClientData … > …
<x:SelType>Single</x:SelType>
</x:ClientData>
end example]
The possible values for this element are defined by the XML Schema string datatype.
Parent Elements |
ClientData (§6.4.2.12) |