EnumToolTipShowMode
Enum
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.
OnFocus
RadToolTip appears on focus of the target control.
OnMouseOver
RadToolTip appears on mouse over the target control.
OnRightClick
RadToolTip appears on right click with the mouse on the target control.