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

ToolTipItem Properties

A regular tooltip item in a SuperToolTip that displays text and/or an image.
Name Description
AllowHtmlText Gets or sets whether HTML formatting is allowed for the item’s text (ToolTipItem.Text).
DefaultImageToTextDistance static Gets the default ToolTipItem.ImageToTextDistance property value.
Font Gets or sets the font used to paint the item’s text.
Icon Gets or sets the icon displayed in the ToolTipItem object.
Image Gets or sets the image displayed in the ToolTipItem object.
ImageAlign Gets or sets the image or icon alignment.
ImageIndex Gets or sets the zero-based index of an image in a ToolTipItem.Images collection to be displayed in a ToolTipItem object.
ImageOptions Provides access to properties that allow you to assign and customize an image for this tooltip item.
Images Gets or sets the source of images that can be displayed in a ToolTipItem object.
ImageToTextDistance Gets or sets a space that visually detaches an image and text displayed in a ToolTipItem.
IsEmpty Gets whether the ToolTipItem is empty.
LeftIndent Gets or sets the indent from the left edge of a ToolTipItem.
MaxWidth This member supports the internal infrastructure, and is not intended to be used directly from your code.
OwnerAllowHtmlText Gets whether the SuperToolTip object (the ToolTipItem owner) allows using HTML tags.
Text Gets or sets the tooltip item text.
See Also