CT_UpdateComboBox Complex Type
In This Topic
Diagram
Overview
|
|
isEditable optional xs:boolean
|
|
itemHeight optional xs:integer
|
|
itemWidth optional xs:integer
|
|
resizable optional xs:boolean
|
|
Sequence optional
|
|
heading optional xs:string
|
|
Sequence optional
| | | |
Used By
Attributes
Name | Type | Use | Default | Fixed | Description |
image | ST_Uri Simple Type | optional | | | |
isEditable | xs:boolean | optional | | | |
editHint | ST_String Simple Type | optional | | | |
itemHeight | xs:integer | optional | | | |
itemWidth | xs:integer | optional | | | |
resizable | xs:boolean | optional | true | | |
Source
<xs:complexType name="CT_UpdateComboBox" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence minOccurs="0" maxOccurs="1">
<xs:element name="tooltip" type="CT_Tooltip" />
</xs:sequence>
<xs:attributeGroup ref="AG_UpdateDeclarativeGroup" />
<xs:attribute name="image" type="ST_Uri" use="optional" />
<xs:attribute name="isEditable" type="xs:boolean" use="optional" />
<xs:attribute name="editHint" type="ST_String" />
<xs:attribute name="itemHeight" type="xs:integer" use="optional" />
<xs:attribute name="itemWidth" type="xs:integer" use="optional" />
<xs:attribute name="resizable" type="xs:boolean" use="optional" default="true" />
</xs:complexType>
|
See Also