Class ToolTipConstants
Inheritance
System.Object
    ToolTipConstants
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public static class ToolTipConstantsFields
CssCloseButton
Declaration
public const string CssCloseButton = "rtCloseButton"Field Value
| System.String 
 | 
CssToolTip
Declaration
public const string CssToolTip = "rtWrapper"Field Value
| System.String 
 | 
CssToolTipLightweight
Declaration
public const string CssToolTipLightweight = "rtRelativeWrapper"Field Value
| System.String 
 | 
KeyToolTip
Declaration
public const string KeyToolTip = "RadToolTip"Field Value
| System.String 
 | 
ToolTipIdPrefix
Declaration
public const string ToolTipIdPrefix = "RadToolTipWrapper_"Field Value
| System.String 
 |