[Table of Contents] [docx version]
VML Reference Material - VML
MultiSel (Multiple Selections)
This element specifies a comma-delimited list of selected items. This element overrides the Sel element (§6.4.2.57). This element is used for list boxes that allow multiple selections. See also the SelType element (§6.4.2.58).
[Example:
<x:ClientData … > …
<x:MultiSel>3, 5, 6</x:MultiSel>
</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) |