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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.WpfControls Namespace