CT_CustomControl Complex Type
In This Topic
Diagram
Overview
![](template/packages/core-xsd/images/complextype.png) |
![](template/packages/core-xsd/images/attribute.png) |
loadOnClick optional xs:boolean
|
![](template/packages/core-xsd/images/attribute.png) |
flipImageRTL optional xs:boolean
|
![](template/packages/core-xsd/images/attribute.png) |
isDropDown optional xs:boolean
|
![](template/packages/core-xsd/images/attribute.png) |
staysOpenOnClick optional xs:boolean
|
![](template/packages/core-xsd/images/attribute.png) |
hideTooltip optional xs:boolean
|
![](template/packages/core-xsd/images/sequence.png) |
Sequence optional
![](template/packages/core-xsd/images/element.png) |
![](template/packages/core-xsd/images/attribute.png) |
assembly optional
|
![](template/packages/core-xsd/images/attribute.png) |
className optional
|
![](template/packages/core-xsd/images/attribute.png) |
publicKeyToken optional
|
![](template/packages/core-xsd/images/attribute.png) |
version optional
| |
![](template/packages/core-xsd/images/element.png) |
![](template/packages/core-xsd/images/attribute.png) |
heading optional xs:string
|
![](template/packages/core-xsd/images/sequence.png) |
Sequence optional
| | | |
Used By
Attributes
Source
<xs:complexType name="CT_CustomControl" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence minOccurs="0" maxOccurs="1">
<xs:element name="content" type="CT_Content" minOccurs="0" />
<xs:element name="tooltip" type="CT_Tooltip" minOccurs="0" />
</xs:sequence>
<xs:attributeGroup ref="componentGroup" />
<xs:attribute name="smallImage" type="ST_Uri" use="optional" />
<xs:attribute name="largeImage" type="ST_Uri" use="optional" />
<xs:attribute name="overlaySmallImage" type="ST_Uri" use="optional" />
<xs:attribute name="overlayLargeImage" type="ST_Uri" use="optional" />
<xs:attribute name="condition" type="ST_ID" use="optional" />
<xs:attribute name="loadOnClick" type="xs:boolean" use="optional" default="true" />
<xs:attribute name="keytip" type="ST_String" use="required" />
<xs:attribute name="flipImageRTL" type="xs:boolean" use="optional" default="false" />
<xs:attribute name="helpContextID" type="ST_String" use="optional" />
<xs:attribute name="isDropDown" type="xs:boolean" use="optional" default="false" />
<xs:attribute name="staysOpenOnClick" type="xs:boolean" use="optional" default="false" />
<xs:attribute name="hideTooltip" type="xs:boolean" use="optional" default="false" />
</xs:complexType>
|
See Also