Class RadNotification
Inherited Members
      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 class RadNotification : HtmlContainerControlConstructors
RadNotification()
Declaration
public RadNotification()RadNotification(Element)
Properties
Animation
Declaration
public NotificationAnimation Animation { get; set; }Property Value
| NotificationAnimation 
 | 
AnimationDuration
Declaration
public int AnimationDuration { get; set; }Property Value
| System.Int32 
 | 
AutoCloseDelay
Declaration
public int AutoCloseDelay { get; set; }Property Value
| System.Int32 
 | 
ClientId
Declaration
public string ClientId { get; }Property Value
| System.String 
 | 
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }Property Value
| System.String 
 | 
Overrides
Enabled
Declaration
public bool Enabled { get; set; }Property Value
| System.Boolean 
 | 
Focused
Declaration
public bool Focused { get; }Property Value
| System.Boolean 
 | 
Height
Declaration
public int Height { get; set; }Property Value
| System.Int32 
 | 
KeepOnMouseOver
Declaration
public bool KeepOnMouseOver { get; set; }Property Value
| System.Boolean 
 | 
Left
Declaration
public int Left { get; set; }Property Value
| System.Int32 
 | 
LoadType
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }Property Value
| IFindExpression 
 | 
Overrides
OffsetX
Declaration
public int OffsetX { get; set; }Property Value
| System.Int32 
 | 
OffsetY
Declaration
public int OffsetY { get; set; }Property Value
| System.Int32 
 | 
Opacity
Declaration
public int Opacity { get; set; }Property Value
| System.Int32 
 | 
Pinned
Declaration
public bool Pinned { get; set; }Property Value
| System.Boolean 
 | 
Position
Scrolling
Declaration
public NotificationScrolling Scrolling { get; set; }Property Value
| NotificationScrolling 
 | 
Text
Declaration
public string Text { get; set; }Property Value
| System.String 
 | 
Title
Declaration
public string Title { get; set; }Property Value
| System.String 
 | 
Top
Declaration
public int Top { get; set; }Property Value
| System.Int32 
 | 
VisibleTitlebar
Declaration
public bool VisibleTitlebar { get; set; }Property Value
| System.Boolean 
 | 
Width
Declaration
public int Width { get; set; }Property Value
| System.Int32 
 | 
Methods
AssignElement(Element)
ControlAssert()
Hide()
Declaration
public void Hide()Move(Int32, Int32)
Declaration
public void Move(int x, int y)Parameters
| System.Int32
        x 
 | 
| System.Int32
        y 
 | 
SelectMenuItemByText(String)
Declaration
public void SelectMenuItemByText(string text)Parameters
| System.String
        text 
 | 
Show()
Declaration
public void Show()ShowMenu()
Declaration
public void ShowMenu()Visible()
Declaration
public bool Visible()Returns
| System.Boolean 
 |