Supertip
Defines a rich tooltip (both Title and Description). It is used by both Button or Menu controls.
Child elements
| Element | Required | Description |
|---|---|---|
| Title | Yes | The text for the supertip. |
| Description | Yes | The description for the supertip. |
Title
Required. The text for the supertip. The resid attribute must be set to the value of the id attribute of a String element in the ShortStrings element in the Resources element.
Description
Required. The description for the supertip. The resid attribute must be set to the value of the id attribute of a String element in the LongStrings element in the Resources element.
<Supertip>
<Title resid="funcReadSuperTipTitle" />
<Description resid="funcReadSuperTipDescription" />
</Supertip>