WpfWindow.Popup Property

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

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
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
override Popup : bool
function get Popup () : boolean

Property Value

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

.NET Framework Security

See Also

Reference

WpfWindow Class

Microsoft.VisualStudio.TestTools.UITesting.WpfControls Namespace