Search
Tooltip Members
Constructors Properties Methods Events
 


Represents a popup window, containing a custom message.

The following tables list the members exposed by the Tooltip type.

 Public Constructors

  Name Description

Tooltip

Initializes a new instance of the Tooltip class.

 Public Properties

  Name Description

follow

Gets or sets a value indicating whether the ToolTip will follow the mouse cursor.

offset

Gets or sets the offset of the Tooltip.

position

Gets or sets the position of the Tooltip.

target

Gets a reference to the tooltip's target element.

template

Gets or sets the ToolTip content template.

text

Gets or sets the text of the ToolTip.

trigger

Gets or sets the event, which shows the ToolTip.

 Public Methods

  Name Description

attach

Control.attach override.

detach

Control.detach override.

doHide

Hides the Tooltip without raising events.

doShow1

Shows the Tooltip without raising events.

draw

Control.draw override.

hide

Hides the tooltip.

render

Control.render override.

show

Shows the tooltip.

toggle

Toggles the tooltip's visibility.

 Public Events

  Name Description

tooltipHide

Raised when the ToolTip is hidden.

tooltipHiding

Raised when the ToolTip is hiding.

tooltipShow

Raised when the Tooltip is shown.

tooltipShowing

Raised when the Tooltip is showing.

 See Also