windowsforms-devexpress-dot-utils-dot-tooltipitem-dot-underscore-members.md
Represents a region in a super tooltip.
| Name | Description |
|---|---|
| ToolTipItem() | Initializes a new instance of the ToolTipItem class. |
| Name | Description |
|---|---|
| AllowHtmlText | Gets or sets whether HTML formatting is allowed for the item’s text (ToolTipItem.Text). |
| DefaultImageToTextDistance static | Gets the default indentation of the text from the image. |
| 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 this tooltip region. This property is obsolete. Use the ToolTipItem.ImageOptions.Image property instead. |
| ImageAlign | Gets or sets the image or icon alignment. This property is obsolete. Use the ToolTipItem.ImageOptions.Alignment property instead. |
| ImageIndex | Gets or sets the index of the image in the ToolTipItem.ImageOptions.Images collection. This property is obsolete. Use the ToolTipItem.ImageOptions.ImageIndex property instead. |
| ImageOptions | Provides access to properties that allow you to assign and customize an image for this tooltip item. |
| Images | Gets 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. |
| ImageToTextDistance | Gets or sets the distance between the image and text in this tooltip region. This property is obsolete. Use the ToolTipItem.ImageOptions.ImageToTextDistance property instead. |
| 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 HTML tags can be used by the SuperToolTip object (the ToolTipItem owner). |
| Text | Gets or sets the tooltip item text. |
| Name | Description |
|---|---|
| Dispose() | Releases all unmanaged resources used by the ToolTipItem. |
| Equals(Object, Object) static | Determines 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() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines 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