2.3.3.3.8 CT_AccTextBox

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

Referenced by: CT_Border, TextBox

Specifies a text box element.

Attributes:

AcceptsReturn : An ST_AccAcceptsReturn that specifies the AcceptsReturn attribute.

AccessKey : An Ignored Value.

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

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

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

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

DatasheetCaption : An ST_AccDatasheetCaption that specifies the DatasheetCaption attribute.

DecimalPlaces : An ST_AccDecimalPlaces that specifies the DecimalPlaces attribute.

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

DisplayAsHyperlink : An ST_AccDisplayAsHyperlink that specifies the DisplayAsHyperlink attribute.

FormatDataAs : An ST_AccFormat that specifies the FormatDataAs attribute.

FuriganaControlName : An Ignored Value.

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

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

Locked : A boolean ([XMLSCHEMA2/2] section 3.2.2) that specifies the Locked 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.

TabIndex : An Ignored Value.

Tag : An Ignored Value.

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

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

VerticalScrollBarVisibility : An ST_ScrollBarVisibility that specifies the VerticalScrollBarVisibility 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_AccTextBox">
   <xs:attributeGroup ref="TextBoxAttributes"/>
   <xs:attributeGroup ref="AccessControlAttributes"/>
 </xs:complexType>

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