Share via


2.2.184 UIControlWithIcon

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

Referenced by: Button, Menu

Specifies a user interface extension point of various kinds that contain an icon.

Child Elements:

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

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

Icon: An IconList element that specifies the set of icons to display with this 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="UIControlWithIcon" abstract="true">
   <xs:complexContent>
     <xs:extension base="UIControl">
       <xs:sequence>
         <xs:element name="Icon" type="bt:IconList" minOccurs="1" maxOccurs="1"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

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