BrowserHelper.AllowPopups Property
Gets or sets a value that indicates whether the browser is to enable pop-up windows.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public MustOverride Property AllowPopups As Boolean
public abstract bool AllowPopups { get; set; }
public:
virtual property bool AllowPopups {
bool get () abstract;
void set (bool value) abstract;
}
abstract AllowPopups : bool with get, set
abstract function get AllowPopups () : boolean
abstract function set AllowPopups (value : boolean)
Property Value
Type: System.Boolean
true if the browser is to enable pop-up windows; 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.