<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>
The possible values for this element are defined by the XML Schema string datatype.
Parent Elements |
---|
|