2.3.3.3.23 CT_AccNavigationControl

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

Referenced by: CT_Border, NavigationControl

Specifies a navigation control element.

Child Elements:

xaml:Border : A CT_Border element.

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.

NavigationChild : An Ignored Value.

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

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

Span : A string ([XMLSCHEMA2/2] section 3.2.1) that specifies the Span 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.

TabIndex : An Ignored Value.

Tag : An Ignored Value.

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

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_AccNavigationControl">
   <xs:choice>
     <xs:element ref="xaml:Border" minOccurs="0" maxOccurs="unbounded"/>
   </xs:choice>
   <xs:attributeGroup ref="NavigationControlAttributes"/>
   <xs:attributeGroup ref="AccessControlAttributes"/>
 </xs:complexType>

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