[Table of Contents] [docx version]

VML Reference Material - VML

DropStyle (Dropdown Style)

This element specifies the style of the dropdown. Allowed values are:

Value

Description

Combo

Standard combo box

ComboEdit

Editable combo box

Simple

Standard combo box with only the dropdown button visible when the box is not expanded

 

This element is used for dropdowns.

[Example:

<x:ClientData … > …
<x:DropStyle>Combo</x:DropStyle>
</x:ClientData>

end example]

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

Parent Elements

ClientData6.4.2.12)