2.3.3.3.5 CT_AccTabControl

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

Referenced by: CT_Border, TabControl

Specifies a tab control element.

Child Elements:

TabItem : A CT_TabItem element that specifies a selectable page inside this control.

Attributes:

ControlHeight : An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) that specifies the ControlHeight attribute.

ControlWidth : An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) that specifies the ControlWidth attribute.

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

MinHeight : An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) that specifies the MinHeight attribute.

MinWidth : An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) that specifies the MinWidth 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. The properties in this style MUST be applied to the tabs associated with the tab control’s pages.

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

TabIndex : An Ignored Value.

Tag : An Ignored Value.

Visibility : An ST_Visibility that specifies the Visibility attribute.

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_AccTabControl">
   <xs:sequence>
     <xs:element name="TabItem" type="CT_TabItem" minOccurs="1" maxOccurs="unbounded" wbld:cname="TabItem"/>
   </xs:sequence>
   <xs:attribute ref="x:Name" use="required"/>
   <xs:attribute name="ControlHeight" type="xs:unsignedInt" wbld:cname="ControlHeight" use="optional"/>
   <xs:attribute name="ControlWidth" type="xs:unsignedInt" wbld:cname="ControlWidth" use="optional"/>
   <xs:attribute name="TabIndex" type="xs:unsignedInt" wbld:cname="TabIndex" use="optional"/>
   <xs:attribute name="MinWidth" type="xs:unsignedInt" wbld:cname="MinWidth" use="optional"/>
   <xs:attribute name="MinHeight" type="xs:unsignedInt" wbld:cname="MinHeight" 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="IsEnabled" type="xs:boolean" wbld:cname="IsEnabled" use="optional"/>
   <xs:attribute name="StatusBarText" type="xs:string" wbld:cname="StatusBarText" use="optional"/>
   <xs:attributeGroup ref="ControlAttributes"/>
 </xs:complexType>

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