Back to Devexpress

SuperToolTip Members

windowsforms-devexpress-dot-utils-dot-supertooltip-dot-underscore-members.md

latest5.3 KB
Original Source

SuperToolTip Members

Represents a tooltip that supports multiple text and image regions.

Constructors

NameDescription
SuperToolTip()Initializes a new instance of the SuperToolTip class with the default settings.

Fields

NameDescription
DefaultDistanceBetweenItemsThe default distance between items. This constant specifies the default value for the SuperToolTip.DistanceBetweenItems property.

Properties

NameDescription
AllowHtmlTextGets or sets whether HTML formatting is allowed in this tooltip.
AppearanceThis class does not support this proprty. Use a tooltip region’s Appearance property to specify appearance settings for the region.
DistanceBetweenItemsSpecifies the distance between tooltip regions (title, content, footer, etc.).
FixedTooltipWidthGets or sets whether the tooltip width is fixed or corresponds to the content.
IsEmptyGets whether this tooltip contains regions.
ItemsGets the collection of objects that represent regions (title, content, etc.) in a super tooltip.
LookAndFeelThis class does not support this property.
MaxWidthSpecifies the tooltip maximum width in pixels.
OwnerAllowHtmlTextGets whether the tooltip controller allows you to use the HTML tags to format the text in this tooltip.
PaddingGets or sets the padding (space between the content of the tooltip and its edge).
RightToLeftGets or sets whether tooltip’s visual elements are aligned to support locales using right-to-left fonts.

Methods

NameDescription
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) staticDetermines 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.
IsNullOrEmpty(SuperToolTip) staticDetermines whether the specified tooltip exists and has content.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

SuperToolTip Class

DevExpress.Utils Namespace