The ToolTipManager type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CloseToolTip |
Hides the tool tip or does nothing if no tool tip is visible.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ShowToolTip |
Shows a tool tip.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| CreateToolTipContent | ||
| IsToolTipOpen |
Gets a value indicating whether a tool tip is currently shown.
| |
| Screen |
Gets or sets the screen.
| |
| ToolTipControl |
Gets the ContentControl that shows the tool tip.
| |
| ToolTipDelay |
Gets the time which the mouse has to stand still before a tool tip pops up.
| |
| ToolTipOffset |
Gets the offset of the tool tip to the mouse position.
|