Class KendoWindow
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.KendoUI
Assembly: Telerik.TestingFramework.Controls.KendoUI.dll
Syntax
public class KendoWindow : KendoUIControlBase
Constructors
KendoWindow()
Declaration
public KendoWindow()
KendoWindow(Element)
Properties
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
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; set; }
Property Value
System.String
|
WindowId
Declaration
public string WindowId { get; }
Property Value
System.String
|
Methods
AssignElement(Element)
Close()
Declaration
public void Close()
InitializeMatchExpression()
Declaration
protected override void InitializeMatchExpression()
Overrides
IsWindowModal()
Declaration
public bool IsWindowModal()
Returns
System.Boolean
|
Maximize()
Declaration
public void Maximize()
Minimize()
Declaration
public void Minimize()
Restore()
Declaration
public void Restore()