ToolTipControlInfo Members
Contains tooltip information.Constructors
| Name | Description |
|---|---|
| ToolTipControlInfo() | Initializes a new instance of the ToolTipControlInfo class with default settings. |
| ToolTipControlInfo(Object, String, ToolTipIconType) | Initializes a new instance of the ToolTipControlInfo class with the specified identifier, tooltip text and icon type. |
| ToolTipControlInfo(Object, String, Boolean, ToolTipIconType) | Initializes a new instance of the ToolTipControlInfo class with the specified identifier, tooltip text, icon type and delay flag. |
| ToolTipControlInfo(Object, String, String, ToolTipIconType) | Initializes a new instance of the ToolTipControlInfo class with the specified identifier, tooltip text, title and icon type. |
| ToolTipControlInfo(Object, String, String, Boolean, ToolTipIconType, DefaultBoolean) | Initializes a new instance of the ToolTipControlInfo class with the specified settings. |
| ToolTipControlInfo(Object, String, String, Boolean, ToolTipIconType) | Initializes a new instance of the ToolTipControlInfo class with the specified identifier, tooltip text, title, icon type and delay flag. |
| ToolTipControlInfo(Object, String, String) | Initializes a new instance of the ToolTipControlInfo class with the specified identifier, tooltip text and title. |
| ToolTipControlInfo(Object, String) | Initializes a new instance of the ToolTipControlInfo class with the specified identifier and tooltip text. |
Properties
| Name | Description |
|---|---|
| AllowHtmlText | Gets or sets whether HTML formatting is supported in tooltips. |
| FlyoutControl | Gets or sets a control shown within a flyout tooltip. |
| ForcedShow | Gets or sets whether the tooltip should be forcibly shown for the same visual element via the ToolTipController.ShowHint method. |
| HideHintOnMouseMove | Gets or sets whether the shown tooltip hides when an end-user moves the mouse. |
| IconType | Gets or sets the kind of predefined icon to display in a tooltip. |
| ImageOptions | Provides access to options that specify the image displayed in the tooltip. |
| ImmediateToolTip | Gets or sets whether a tooltip will be displayed immediately or after a delay. |
| Interval | Gets or sets the interval that must pass before a tooltip is displayed. |
| Object | Gets or sets an object which uniquely identifies the currently processed element. |
| ObjectBounds | Gets or sets the bounds of the object for which a tooltip is displayed. |
| SuperTip | Gets or sets a SuperToolTip that will be displayed if the ToolTipControlInfo.ToolTipType property is set to SuperTip |
| Text | Gets or sets the tooltip’s text. |
| Title | Gets or sets the tooltip’s title. |
| ToolTipAnchor | Gets or sets whether the tooltip is anchored relative to the mouse pointer or the owning control. |
| ToolTipImage | Gets or sets the image to display within the current tooltip. |
| ToolTipIndent | Gets or sets the space, in pixels, between the tooltip and the associated visual element. |
| ToolTipLocation | Gets or sets the tooltip location. |
| ToolTipPosition | Gets or sets the tooltip’s position in screen coordinates. |
| ToolTipType | Gets or sets the type of tooltip to be displayed. |
Methods
| Name | Description |
|---|---|
| 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. |
| Normalize() | Removes the ‘0x0’ character from the ToolTipControlInfo.Text and ToolTipControlInfo.Title strings. |
| 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