Back to Devexpress

ToolTipItem Properties

windowsforms-devexpress-dot-utils-dot-tooltipitem-dot-underscore-properties.md

latest3.6 KB
Original Source

ToolTipItem Properties

Represents a region in a super tooltip.

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

See Also

ToolTipItem Class

ToolTipItem Members

DevExpress.Utils Namespace