2.3.3.3.1 CT_Form

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

Referenced by: Form, CT_View

Specifies a form.

Child Elements:

Form.Datasheet : A CT_FormDatasheet element that specifies the datasheet section property of the form.

Form.Detail : A CT_DataTemplateProperty element that specifies the detail section property of the form.

Form.Footer : A CT_FormHeaderFooter element that specifies the footer section property of the form.

Form.Header : A CT_FormHeaderFooter element that specifies the header section property of the form.

Form.Resources : A CT_StackPanelResource element that specifies the collection of Styles used by either the form element or any of its child objects.

Attributes:

AlternateBackground : An ST_Color that specifies the AlternateBackground attribute.

AlternateShade : An Ignored Value.

AlternateThemeColorIndex : An Ignored Value.

AlternateTint : An Ignored Value.

Bottom : An Ignored Value.

Caption : An ST_AccString2048 that specifies the Caption attribute.

CustomRibbonID : An Ignored Value.

DatasheetFrozenColumns : An Ignored Value.

Filter : An Ignored Value.

FlowDirection : An ST_FlowDirection that specifies the FlowDirection attribute.

Left : An Ignored Value.

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

Order : An Ignored Value.

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

Right : An Ignored Value.

RowHeight : An Ignored Value.

ScaleFactor :  An Ignored Value.

ScrollBars : An ST_AccScrollBars that specifies the ScrollBars attribute.

ShowTotalsRow : An Ignored Value.

Style : An ST_ReferenceType that specifies the Style attribute.

TabularBorderStyle : An ST_AccBorderStyle that specifies the TabularBorderStyle attribute.

Tag : An Ignored Value.

ThemeName : An Ignored Value.

Top : An Ignored Value.

WaitForPostProcessing : An Ignored Value.

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

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

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

 <xs:complexType name="CT_Form">
   <xs:all>
     <xs:element name="Form.Resources" type="xaml:CT_StackPanelResource" minOccurs="0" wbld:cname="Form_Resources"/>
     <xs:element name="Form.Header" type="CT_FormHeaderFooter" minOccurs="0" wbld:cname="Form_Header"/>
     <xs:element name="Form.Detail" type="xaml:CT_DataTemplateProperty" minOccurs="0" wbld:cname="Form_Detail"/>
     <xs:element name="Form.Footer" type="CT_FormHeaderFooter" minOccurs="0" wbld:cname="Form_Footer"/>
     <xs:element name="Form.Datasheet" type="CT_FormDatasheet" minOccurs="0" wbld:cname="Form_Datasheet"/>
   </xs:all>
   <xs:attributeGroup ref="AccessFormAttributes"/>
 </xs:complexType>

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