Share via


2.2.182 UIControl

Target namespace: http://schemas.microsoft.com/office/mailappversionoverrides/1.1

Referenced by: UIControlWithIcon, UIControlWithOptionalIcon, Group

Specifies a user interface extension point of various kinds.

Child Elements:

Label: A ShortResourceReference element that specifies the label of the control.

Supertip: A Supertip element that specifies the tooltip of the control.

Attributes:

id: A ShortString attribute that specifies the unique identifier of this control within the form factor.

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

 <xs:complexType name="UIControl" abstract="true">
   <xs:sequence>
     <xs:element name="Label" type="bt:ShortResourceReference" minOccurs="1" maxOccurs="1"/>
     <xs:element name="Supertip" type="Supertip" minOccurs="1" maxOccurs="1"/>
   </xs:sequence>
   <xs:attribute name="id" type="bt:ShortString" use="required"/>
 </xs:complexType>

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