CT_ButtonPalette Complex Type
In This Topic
Diagram
Overview
|
|
showItemCaption optional xs:boolean
|
|
itemHeight optional xs:integer
|
|
itemWidth optional xs:integer
|
|
dropDown optional xs:boolean
|
|
menuStyle optional xs:boolean
|
|
itemsInRow optional xs:integer
|
|
keytip required xs:string
|
|
caption optional xs:string
|
|
extendedCaption optional xs:string
|
|
Choice 0..∞
|
|
separator optional xs:boolean
|
| | |
Used By
Attributes
Name | Type | Use | Default | Fixed | Description |
id | ST_UniqueID Simple Type | required | | | |
showItemCaption | xs:boolean | optional | | | |
itemHeight | xs:integer | optional | | | |
itemWidth | xs:integer | optional | | | |
dropDown | xs:boolean | optional | true | | |
menuStyle | xs:boolean | optional | | | |
itemsInRow | xs:integer | optional | | | |
keytip | xs:string | required | | | |
caption | xs:string | optional | | | |
extendedCaption | xs:string | optional | | | |
Source
<xs:complexType name="CT_ButtonPalette" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="button" type="CT_MenuButtonRef" />
</xs:choice>
<xs:attribute name="id" type="ST_UniqueID" use="required" />
<xs:attribute name="showItemCaption" type="xs:boolean" use="optional" />
<xs:attribute name="itemHeight" type="xs:integer" use="optional" />
<xs:attribute name="itemWidth" type="xs:integer" use="optional" />
<xs:attribute name="dropDown" type="xs:boolean" use="optional" default="true" />
<xs:attribute name="menuStyle" type="xs:boolean" use="optional" />
<xs:attribute name="itemsInRow" type="xs:integer" use="optional" />
<xs:attribute name="keytip" type="xs:string" use="required" />
<xs:attribute name="caption" type="xs:string" use="optional" />
<xs:attribute name="extendedCaption" type="xs:string" use="optional" />
</xs:complexType>
|
See Also