2.3.3.3.20 CT_AccDSComboBox

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

Referenced by: CT_AccDataSheet

Specifies a combo box element in a tabular view.

Child Elements:

ComboBox.RowSource : A CT_AccListComboBoxRowSource element that specifies the data source for the list of values displayed by this control. The ComboBox element MUST contain exactly zero or one RowSource elements.

Attributes:

AggregateType : An Ignored Value.

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

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

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

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

FormatDataAs : An ST_AccFormat that specifies the FormatDataAs attribute.

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

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

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

ListItemsEditForm : An ST_AccString255 that specifies the ListItemsEditForm attribute.

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

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

RowSourceType : An ST_AccRowSourceType that specifies the RowSourceType attribute.

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

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

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_AccDSComboBox">
   <xs:choice>
     <xs:element name="ComboBox.RowSource" minOccurs="0" wbld:cname="ComboBox_RowSource" type="CT_AccListComboBoxRowSource"/>
   </xs:choice>
   <xs:attributeGroup ref="DSComboBoxAttributes"/>
 </xs:complexType>

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