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

ToolTipTitleItem Members

Represents a title in a super tooltip.

Constructors

Name Description
ToolTipTitleItem() Initializes a new instance of the ToolTipTitleItem class.
ToolTipTitleItem(SerializationInfo, StreamingContext) Initializes a new instance of the ToolTipTitleItem class with specified settings.

Properties

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

Methods

Name Description
Dispose() Releases all unmanaged resources used by the ToolTipItem. Inherited from 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