SuperToolTip Members
In This Article
#Constructors
Name | Description |
---|---|
Super |
Initializes a new instance of the Super |
#Fields
Name | Description |
---|---|
Default |
The default distance between items. This constant specifies the default value for the Super |
#Properties
Name | Description |
---|---|
Allow |
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. |
Distance |
Specifies the distance between tooltip regions (title, content, footer, etc.). |
Fixed |
Gets or sets whether the tooltip width is fixed or corresponds to the content. |
Is |
Gets whether this tooltip contains regions. |
Items | Gets the collection of objects that represent regions (title, content, etc.) in a super tooltip. |
Look |
This class does not support this property. |
Max |
Specifies the tooltip maximum width in pixels. |
Owner |
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). |
Right |
Gets or sets whether tooltip’s visual elements are aligned to support locales using right-to-left fonts. |
#Methods
Name | Description |
---|---|
Assign |
Copies the settings and contents of the specified tooltip to the current object. |
Clone() | Returns a copy of the current object. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Is |
Determines whether the specified tooltip exists and has content. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Setup |
Creates tooltip items based on the specified setup information. |
To |
Gets the textual representation of the current Super |
See Also