ApplicationUnderTest.Popup Property

Gets a value that indicates whether the application window is a pop-up window.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Popup As Boolean
public virtual bool Popup { get; }
public:
virtual property bool Popup {
    bool get ();
}
abstract Popup : bool with get 
override Popup : bool with get
function get Popup () : boolean

Property Value

Type: Boolean
true if the application window is a pop-up window; otherwise, false.

.NET Framework Security

See Also

Reference

ApplicationUnderTest Class

Microsoft.VisualStudio.TestTools.UITesting Namespace