Share via


2.2.179 Supertip

Target namespace: http://schemas.microsoft.com/office/taskpaneappversionoverrides

Referenced by: UIControl, UIControlWithIcon, UIControlWithOptionalIcon, Button, MenuItem, Menu

Specifies the super tip for this control.

Child Elements:

Title: A ShortResourceReference element that specifies the title of the tooltip.

Description: A LongResourceReference element that specifies the message to display in the body of the tooltip.

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

 <xs:complexType name="Supertip">
   <xs:sequence>
     <xs:element name="Title" type="bt:ShortResourceReference" minOccurs="1" maxOccurs="1"/>
     <xs:element name="Description" type="bt:LongResourceReference" minOccurs="1" maxOccurs="1"/>
   </xs:sequence>
 </xs:complexType>

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