windowsforms-devexpress-dot-utils-ccda1f4c.md
Represents a region in a super tooltip.
Namespace : DevExpress.Utils
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
public class ToolTipItem :
BaseToolTipItem,
IDisposable,
ISerializable
Public Class ToolTipItem
Inherits BaseToolTipItem
Implements IDisposable,
ISerializable
A super tooltip consists of multiple regions (items): title, content, separator, and footer. Items are arranged one under another, each item can display an image and text. A tooltip can contain any combination of items.
Note
See the Tooltip Controller demo that illustrates super tooltips.
The following types specify the tooltip items:
ToolTipItem — the main region in a super tooltip that displays text and/or image.Use the properties below to specify an item’s text, image, layout, and appearance.
Use the ToolTipItem object’s following properties to specify the text:
The ToolTipItem.ImageOptions provides access to the following properties that allow you to specify the image displayed in the item:
You can also use the ToolTipItem.Icon to specify the item’s icon. The Icon property has priority over ImageOptions.
The ToolTipItem.LeftIndent property specifies the indentation of the content from the tooltip’s left edge.
The item’s Appearance property provides access to appearance settings that specify the font, border and foreground colors. The default settings depend on the current skin. This property allows you to change the skin’s appearance settings.
See the Hints and Tooltips topic learn how to create SuperToolTip objects at design time and runtime.
Object DevExpress.Utils.BaseToolTipObject DevExpress.Utils.BaseToolTipItem ToolTipItem ToolTipTitleItem
See Also