Class TelerikBlazorWindow
Inheritance
System.Object
    
    
    
    
    TelerikBlazorWindow
  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.TestingFramework.Controls.TelerikUI.Blazor.Window
Assembly: Telerik.TestingFramework.Controls.TelerikUI.Blazor.dll
Syntax
public class TelerikBlazorWindow : TelerikBlazorContainerControlBaseConstructors
TelerikBlazorWindow()
Declaration
public TelerikBlazorWindow()TelerikBlazorWindow(Element)
Properties
IsWindowMaximized
Declaration
public bool IsWindowMaximized { get; }Property Value
| System.Boolean 
 | 
IsWindowMinimized
Declaration
public bool IsWindowMinimized { get; }Property Value
| System.Boolean 
 | 
Title
Declaration
public string Title { get; }Property Value
| System.String 
 | 
Methods
AssignElement(Element)
Close()
Declaration
public void Close()InitializeMatchExpression()
Declaration
protected override void InitializeMatchExpression()Overrides
Maximize()
Declaration
public void Maximize()Minimize()
Declaration
public void Minimize()Restore()
Declaration
public void Restore()