Enum
ToolTipShowMode

Tooltip show mode enumeration.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public enum ToolTipShowMode

Fields

OnClick

RadToolTip appears on clicking with the left button of the mouse on the target control.

Declaration

cs-api-definition
OnClick = 1

Field Value

ToolTipShowMode

OnFocus

RadToolTip appears on focus of the target control.

Declaration

cs-api-definition
OnFocus = 3

Field Value

ToolTipShowMode

OnMouseOver

RadToolTip appears on mouse over the target control.

Declaration

cs-api-definition
OnMouseOver = 0

Field Value

ToolTipShowMode

OnRightClick

RadToolTip appears on right click with the mouse on the target control.

Declaration

cs-api-definition
OnRightClick = 2

Field Value

ToolTipShowMode