ApplicationUnderTest.Minimized Property

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

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

ApplicationUnderTest Class

Microsoft.VisualStudio.TestTools.UITesting Namespace

Maximized