Class RadWindow
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 RadWindow : HtmlDivConstructors
RadWindow()
Declaration
public RadWindow()RadWindow(Element)
Properties
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }Property Value
| System.String 
 | 
Overrides
Height
Declaration
public int Height { get; set; }Property Value
| System.Int32 
 | 
IsActive
Declaration
public bool IsActive { get; }Property Value
| System.Boolean 
 | 
IsClosed
Declaration
public bool IsClosed { get; }Property Value
| System.Boolean 
 | 
IsMaximized
Declaration
public bool IsMaximized { get; }Property Value
| System.Boolean 
 | 
IsMinimized
Declaration
public bool IsMinimized { get; }Property Value
| System.Boolean 
 | 
IsModal
Declaration
public bool IsModal { get; }Property Value
| System.Boolean 
 | 
IsPinned
Declaration
public bool IsPinned { get; }Property Value
| System.Boolean 
 | 
Left
Declaration
public int Left { get; set; }Property Value
| System.Int32 
 | 
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }Property Value
| IFindExpression 
 | 
Overrides
RenderMode
RestrictionZoneId
Declaration
public string RestrictionZoneId { get; set; }Property Value
| System.String 
 | 
Status
Declaration
public string Status { get; set; }Property Value
| System.String 
 | 
StatusInputValue
Declaration
public string StatusInputValue { get; }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 
 | 
Width
Declaration
public int Width { get; set; }Property Value
| System.Int32 
 | 
WindowId
Declaration
public string WindowId { get; }Property Value
| System.String 
 | 
Methods
AssignElement(Element)
Close()
Declaration
public void Close()ControlAssert()
Maximize()
Declaration
public void Maximize()Minimize()
Declaration
public void Minimize()MoveTo(Int32, Int32)
Declaration
public void MoveTo(int left, int top)Parameters
| System.Int32
        left 
 | 
| System.Int32
        top 
 | 
Reload()
Declaration
public void Reload()Resize(Int32, Int32)
Declaration
public void Resize(int width, int height)Parameters
| System.Int32
        width 
 | 
| System.Int32
        height 
 | 
Restore()
Declaration
public void Restore()SetModal(Boolean)
Declaration
public void SetModal(bool isModal)Parameters
| System.Boolean
        isModal 
 | 
Show()
Declaration
public void Show()TogglePin()
Declaration
public void TogglePin()