[Table of Contents] [docx version]

VML Reference Material - VML

LCT (Callback Type)

This element specifies the list box callback type. The application should use the callback to determine how to handle user actions on the list box. The only allowed value is Normal. This element is used for list boxes.

[Example:

<x:ClientData … > …
<x:LCT>Normal</x:LCT>
</x:ClientData>

end example]

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

Parent Elements

ClientData6.4.2.12)