description | ms.assetid | title | ms.topic | ms.date |
---|---|---|---|---|
Not supported in Windows 7 and later. Specifies what control to use in the query builder. |
7d79c2fe-c63d-4ac5-8dd6-1a6103e53245 |
queryControl |
article |
05/31/2018 |
Not supported in Windows 7 and later. Specifies what control to use in the query builder. There should be only one queryControl element for each displayInfo element.
If there are multiple elements, the last one is used. If no queryControl element is provided, then the default attribute settings are applied to the property description.
<!-- queryControl -->
<xs:element name="queryControl" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:attribute name="control">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Default"/>
<xs:enumeration value="Boolean"/>
<xs:enumeration value="Calendar"/>
<xs:enumeration value="CheckboxDropList"/>
<xs:enumeration value="DropList"/>
<xs:enumeration value="MultiValueText"/>
<xs:enumeration value="NumericText"/>
<xs:enumeration value="Rating"/>
<xs:enumeration value="Text"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
Parent Element | Child Elements |
---|---|
displayInfo | None |
Attribute | Description | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
control | Public. Optional. Default is "Default". The following are valid values.
|