2.3.3.3.6 CT_TabItem

Target namespace: http://schemas.microsoft.com/office/accessservices/2009/11/forms

Referenced by: CT_AccTabControl

Specifies a selectable page inside a tab control.

Child Elements:

xaml:Grid : A CT_Grid element that specifies the Grid containing all the controls in this page.

Attributes:

AccessKey : An Ignored Value.

Caption : An ST_AccString2048 that specifies the Caption attribute for the tab associated with this page.

ControlHeight :  An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) that specifies the ControlHeight attribute for the tab associated with this page.

ControlWidth :  An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) that specifies the ControlWidth attribute for the tab associated with this page.

Height : An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) that specifies the Height attribute for the tab associated with this page.

IsEnabled : A boolean ([XMLSCHEMA2/2] section 3.2.2) that specifies the IsEnabled attribute.

StatusBarText : An Ignored Value.

Style : An ST_ReferenceType that specifies the Style attribute. The properties in this style MUST be applied to the tabs associated with the tab control’s pages.

StyleHover : An ST_ReferenceType that specifies the StyleHover attribute for the tab associated with this page.

StyleSelected : An ST_ReferenceType that specifies the StyleSelected attribute for the tab associated with this page.

Tag : An Ignored Value.

ToolTip : A string ([XMLSCHEMA2/2] section 3.2.1) that specifies the ToolTip attribute for the tab associated with this page.

Visibility : An ST_Visibility that specifies the Visibility attribute.

Width : An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) that specifies the Width attribute for the tab associated with this page.

x:Name : A string ([XMLSCHEMA2/2] section 3.2.1) that specifies the Name attribute.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xs:complexType name="CT_TabItem">
   <xs:sequence>
     <xs:element ref="xaml:Grid" minOccurs="0"/>
   </xs:sequence>
   <xs:attribute ref="x:Name" use="required"/>
   <xs:attribute name="Caption" type="ST_AccString2048" use="optional" wbld:cname="Caption"/>
   <xs:attribute name="ControlHeight" type="xs:unsignedInt" use="optional" wbld:cname="ControlHeight"/>
   <xs:attribute name="ControlWidth" type="xs:unsignedInt" use="optional" wbld:cname="ControlWidth"/>
   <xs:attribute name="ToolTip" type="xs:string" wbld:cname="ToolTip" use="optional"/>
   <xs:attribute name="StyleSelected" type="xaml:ST_ReferenceType" wbld:cname="StyleSelected" use="optional"/>
   <xs:attribute name="StyleHover" type="xaml:ST_ReferenceType" wbld:cname="StyleHover" use="optional"/>
   <xs:attribute name="Width" type="xs:unsignedInt" wbld:cname="Width" use="optional"/>
   <xs:attribute name="Height" type="xs:unsignedInt" wbld:cname="Height" use="optional"/>
   <xs:attribute name="IsEnabled" type="xs:boolean" wbld:cname="IsEnabled" use="optional"/>
   <xs:attribute name="StatusBarText" type="xs:string" wbld:cname="StatusBarText" use="optional"/>
   <xs:attribute name="AccessKey" type="xs:string" wbld:cname="AccessKey" use="optional"/>
   <xs:attributeGroup ref="ControlAttributes"/>
 </xs:complexType>

See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).