Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Target namespace: http://schemas.microsoft.com/office/mailappversionoverrides/1.1
Referenced by: MobileButton
Specifies a user interface extension point of various kinds that contain an icon.
Child Elements:
Label: A ShortResourceReference element that specifies a short name for the UIControl.
Icon: A MobileIconList element that specifies a set of icons for a control.
Attributes:
id: A ShortString attribute that specifies the unique identifier of this control within the Mobile UIControl.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xs:complexType name="MobileUIControlWithIcon" abstract="true"> <xs:complexContent> <xs:extension base="MobileUIControl"> <xs:sequence> <xs:element name="Icon" type="bt:MobileIconList" 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).