[Table of Contents] [docx version]

VML Reference Material - VML

ListItem (Non-linked List Item)

This element specifies a non-linked list item that must be persisted with the list. This element is used for list boxes. [Rationale: This is a place for applications to store optional information associated with the list box. For example, an item to be shown in the list box that is not linked from another set of data. end rationale]

[Example:

<x:ClientData … > …
<x:ListItem>TheItem</x:ListItem>
</x:ClientData>

end example]

The possible values for this element are defined by the XML Schema string datatype.

Parent Elements

ClientData6.4.2.12)