2.3.3.3.24 CT_AccNavigationButton

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

Referenced by: CT_Border, NavigationButton

Specifies a navigation button element.

Attributes:

AccessKey : An Ignored Value.

Caption : An ST_AccString2048 that specifies Caption attribute.

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.

Cursor : An ST_Cursor that specifies the Cursor attribute.

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

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

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

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

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

NavigationTargetType : An Ignored Value.

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

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

PictureCaptionArrangement : An ST_AccPictureCaptionArrangement that specifies the PictureCaptionArrangement 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.

StyleSelected : An ST_ReferenceType that specifies the StyleSelected attribute.

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.

Width : An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) that specifies the Width 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_AccNavigationButton">
   <xs:attributeGroup ref="NavigationButtonAttributes"/>
   <xs:attributeGroup ref="AccessControlAttributes"/>
 </xs:complexType>

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