ClassKendoAngularWindow
KendoAngularWindow control.
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI.Angular.Window
Assembly:Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax:
public class KendoAngularWindow : KendoAngularContainerControlBase
Inheritance: objectControlHtmlControlHtmlContainerControlKendoAngularContainerControlBaseKendoAngularWindow
Inherited Members
Constructors
KendoAngularWindow()
Initializes a new instance of the KendoAngularWindow class.
Declaration
public KendoAngularWindow()
KendoAngularWindow(Element)
Initializes a new instance of the KendoAngularWindow class.
Properties
IsWindowFocused
Returns 'true' if the Window is focused. Otherwise 'false'.
Declaration
public bool IsWindowFocused { get; }
Property Value
Whether the Window is focused.
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 element.
Overrides
InitializeMatchExpression()
Initializes the control match expression pattern used to identify an element as a specific control.
Declaration
protected override void InitializeMatchExpression()
Overrides