Class
ToolTipConstants

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

string

CssToolTip

The CSS class identifying the ToolTip control.

Declaration

cs-api-definition
public const string CssToolTip = "rtWrapper"

Field Value

string

CssToolTipLightweight

Declaration

cs-api-definition
public const string CssToolTipLightweight = "rtRelativeWrapper"

Field Value

string

KeyToolTip

The key representing the ToolTip control.

Declaration

cs-api-definition
public const string KeyToolTip = "RadToolTip"

Field Value

string

ToolTipIdPrefix

The ID prefix identifying the ToolTip control.

Declaration

cs-api-definition
public const string ToolTipIdPrefix = "RadToolTipWrapper_"

Field Value

string