Represents a popup window, containing a custom message.
The following tables list the members exposed by the Tooltip type.
Name | Description | |
---|---|---|
Initializes a new instance of the Tooltip class. |
Name | Description | |
---|---|---|
Gets or sets a value indicating whether the ToolTip will follow the mouse cursor. |
||
Gets or sets the offset of the Tooltip. |
||
Gets or sets the position of the Tooltip. |
||
Gets a reference to the tooltip's target element. |
||
Gets or sets the ToolTip content template. |
||
Gets or sets the text of the ToolTip. |
||
Gets or sets the event, which shows the ToolTip. |
Name | Description | |
---|---|---|
Control.attach override. |
||
Control.detach override. |
||
Hides the Tooltip without raising events. |
||
Shows the Tooltip without raising events. |
||
Control.draw override. |
||
Hides the tooltip. |
||
Control.render override. |
||
Shows the tooltip. |
||
Toggles the tooltip's visibility. |
Name | Description | |
---|---|---|
Raised when the ToolTip is hidden. |
||
Raised when the ToolTip is hiding. |
||
Raised when the Tooltip is shown. |
||
Raised when the Tooltip is showing. |