ClassTelerikBlazorWindow
Definition
Namespace:Telerik.TestingFramework.Controls.TelerikUI.Blazor.Window
Assembly:Telerik.TestingFramework.Controls.TelerikUI.Blazor.dll
Syntax:
public class TelerikBlazorWindow : TelerikBlazorContainerControlBase
Inheritance: objectControlHtmlControlHtmlContainerControlTelerikBlazorContainerControlBaseTelerikBlazorWindow
Inherited Members
Constructors
TelerikBlazorWindow()
TelerikBlazorWindow control wrapper.
Declaration
public TelerikBlazorWindow()
TelerikBlazorWindow(Element)
TelerikBlazorWindow control wrapper.
Declaration
public TelerikBlazorWindow(Element element)
Parameters
element
Properties
IsWindowMaximized
Returns 'true' if the Window is maximized. Otherwise 'false'.
Declaration
public bool IsWindowMaximized { get; }
Property Value
Whether the Window is maximized.
IsWindowMinimized
Returns 'true' if the Window is minimized. Otherwise 'false'.
Declaration
public bool IsWindowMinimized { get; }
Property Value
Whether the Window is minimized.
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The base element.
Overrides
InitializeMatchExpression()
Initializes the control match expression pattern used to identify an element as a specific control.
Declaration
protected override void InitializeMatchExpression()
Overrides