Back to Devexpress

ToolTipTitleItem Members

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

latest7.1 KB
Original Source

ToolTipTitleItem Members

Represents a title in a super tooltip.

Constructors

NameDescription
ToolTipTitleItem()Initializes a new instance of the ToolTipTitleItem class.

Properties

NameDescription
AllowHtmlTextGets or sets whether HTML formatting is allowed for the item’s text (ToolTipItem.Text). Inherited from ToolTipItem.
DefaultImageToTextDistance staticGets the default indentation of the text from the image. Inherited from ToolTipItem.
FontGets or sets the font used to paint the item’s text. Inherited from ToolTipItem.
IconGets or sets the icon displayed in the ToolTipItem object. Inherited from ToolTipItem.
ImageGets or sets the image displayed in this tooltip region. This property is obsolete. Use the ToolTipItem.ImageOptions.Image property instead. Inherited from ToolTipItem.
ImageAlignGets or sets the image or icon alignment. This property is obsolete. Use the ToolTipItem.ImageOptions.Alignment property instead. Inherited from ToolTipItem.
ImageIndexGets or sets the index of the image in the ToolTipItem.ImageOptions.Images collection. This property is obsolete. Use the ToolTipItem.ImageOptions.ImageIndex property instead. Inherited from ToolTipItem.
ImageOptionsProvides access to properties that allow you to assign and customize an image for this tooltip item. Inherited from ToolTipItem.
ImagesGets or sets the collection of images that can be displayed in this tooltip region. This property is obsolete. Use the ToolTipItem.ImageOptions.Images property instead. Inherited from ToolTipItem.
ImageToTextDistanceGets or sets the distance between the image and text in this tooltip region. This property is obsolete. Use the ToolTipItem.ImageOptions.ImageToTextDistance property instead. Inherited from ToolTipItem.
IsEmptyGets whether the ToolTipItem is empty. Inherited from ToolTipItem.
LeftIndentGets or sets the indent from the left edge of a ToolTipItem. Inherited from ToolTipItem.
MaxWidthThis member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from ToolTipItem.
OwnerAllowHtmlTextGets whether HTML tags can be used by the SuperToolTip object (the ToolTipItem owner). Inherited from ToolTipItem.
TextGets or sets the tooltip item text. Inherited from ToolTipItem.

Methods

NameDescription
Dispose()Releases all unmanaged resources used by the ToolTipItem. Inherited from ToolTipItem.
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.
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.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

ToolTipTitleItem Class

DevExpress.Utils Namespace