Enum
ToolTipHideMode

Tooltip hide mode enumeration.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public enum ToolTipHideMode

Fields

FromCode

Hides by explicit javascript call to its hide method.

Declaration

cs-api-definition
FromCode = 4

Field Value

ToolTipHideMode

LeaveTarget

Hides when mouse is out of the target element.

Declaration

cs-api-definition
LeaveTarget = 0

Field Value

ToolTipHideMode

LeaveTargetAndToolTip

Hides when mouse is neither over the tooltip, nor over the target element.

Declaration

cs-api-definition
LeaveTargetAndToolTip = 3

Field Value

ToolTipHideMode

LeaveToolTip

Hides when user hovers the tooltip and then leaves it.

Declaration

cs-api-definition
LeaveToolTip = 1

Field Value

ToolTipHideMode

ManualClose

Hides when user presses the [x] button of the tooltip.

Declaration

cs-api-definition
ManualClose = 2

Field Value

ToolTipHideMode