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/taskpaneappversionoverrides
Referenced by: MenuItem
Specifies a user interface extension point of various kinds that contains an optional icon.
Child Elements:
OverriddenByRibbonApi: A boolean element that when set to TRUE specifies whether the UIControl will be excluded from the CustomTab when custom contextual tabs API is supported by the application. The value MUST be ignored by applications that do not support custom contextual tabs API.
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 for 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="UIControlWithOptionalIcon" abstract="true"> <xs:complexContent> <xs:extension base="UIControl"> <xs:sequence> <xs:element name="Icon" type="bt:IconList" minOccurs="0" maxOccurs="1"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
See section 5.7 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).