SuperToolTip Properties
Represents a tooltip that supports multiple text and image regions.| Name | Description |
|---|---|
| AllowHtmlText | Gets or sets whether HTML formatting is allowed in this tooltip. |
| Appearance | This class does not support this proprty. Use a tooltip region’s Appearance property to specify appearance settings for the region. |
| DistanceBetweenItems | Specifies the distance between tooltip regions (title, content, footer, etc.). |
| FixedTooltipWidth | Gets or sets whether the tooltip width is fixed or corresponds to the content. |
| IsEmpty | Gets whether this tooltip contains regions. |
| Items | Gets the collection of objects that represent regions (title, content, etc.) in a super tooltip. |
| LookAndFeel | This class does not support this property. |
| MaxWidth | Specifies the tooltip maximum width in pixels. |
| OwnerAllowHtmlText | Gets whether the tooltip controller allows you to use the HTML tags to format the text in this tooltip. |
| Padding | Gets or sets the padding (space between the content of the tooltip and its edge). |
| RightToLeft | Gets or sets whether tooltip’s visual elements are aligned to support locales using right-to-left fonts. |
See Also