Share via


ApplicationUnderTest.Maximized Property

Gets or sets a value that indicates whether the application window is maximized.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Overridable Property Maximized As Boolean
public virtual bool Maximized { get; set; }
public:
virtual property bool Maximized {
    bool get ();
    void set (bool value);
}
abstract Maximized : bool with get, set 
override Maximized : bool with get, set
function get Maximized () : boolean 
function set Maximized (value : boolean)

Property Value

Type: Boolean
true if the application window is maximized; otherwise, false.

.NET Framework Security

See Also

Reference

ApplicationUnderTest Class

Microsoft.VisualStudio.TestTools.UITesting Namespace

Minimized