ClassToolTipConstants
Class
String constatns of the tooltip(Css classes, Id prefix, etc).
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public static class ToolTipConstants
Inheritance: objectToolTipConstants
Fields
CssCloseButton
The CSS class identifying the ToolTip's close button element.
Declaration
cs-api-definition
public const string CssCloseButton = "rtCloseButton"
Field Value
CssToolTip
The CSS class identifying the ToolTip control.
CssToolTipLightweight
Declaration
cs-api-definition
public const string CssToolTipLightweight = "rtRelativeWrapper"
Field Value
KeyToolTip
The key representing the ToolTip control.
ToolTipIdPrefix
The ID prefix identifying the ToolTip control.
Declaration
cs-api-definition
public const string ToolTipIdPrefix = "RadToolTipWrapper_"
Field Value