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: MobileGroup, MobileOnlineMeetingCommandSurface
Specifies a user interface extension point that displays as a button for mobile.
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.
Action: An Action element that specifies an action to perform when a user interface extension point is invoked by the user
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="MobileButton"> <xs:complexContent> <xs:extension base="MobileUIControlWithIcon"> <xs:sequence> <xs:element name="Action" type="Action" 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).