Skip to main content
A newer version of this page is available. .

SuperToolTip Members

Represents a tooltip that supports multiple text and image regions.

Constructors

Name Description
SuperToolTip() Initializes a new instance of the SuperToolTip class with the default settings.
SuperToolTip(SerializationInfo, StreamingContext) Initializes a new instance of the SuperToolTip class with the specified settings.

Fields

Name Description
DefaultDistanceBetweenItems The default distance between items. This constant specifies the default value for the SuperToolTip.DistanceBetweenItems property.

Properties

Name Description
AllowHtmlText Gets or sets whether HTML formatting is allowed in the current SuperToolTip object.
Appearance This property is not supported by the SuperToolTip class.
DistanceBetweenItems Specifies the distance between tooltip items.
FixedTooltipWidth Gets or sets whether the tooltip’s width is fixed or automatically adjusted to fit the tooltip’s contents entirely.
IsEmpty Gets whether the SuperToolTip is empty.
Items Gets the collection of items which constitute the SuperToolTip object.
LookAndFeel This property is not supported by this class.
MaxWidth Specifies the tooltip window’s maximum width, in pixels.
OwnerAllowHtmlText Gets whether HTML formatting in a SuperToolTip is allowed by the ToolTipController object that displays the current SuperToolTip object.
Padding Gets or sets padding within the SuperToolTip.
RightToLeft Gets or sets whether tooltip’s visual elements are aligned to support locales using right-to-left fonts.

Methods

Name Description
Assign(SuperToolTip) Copies the settings and contents of the specified tooltip to the current object.
Clone() Returns a copy of the current object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Setup(SuperToolTipSetupArgs) Creates tooltip items based on the specified setup information.
ToString() Gets the textual representation of the current SuperToolTip.
See Also