BrowserWindow.AllowPopups (Propiedad)

Obtiene o establece un valor que determina si la ventana de explorador web permite ventanas emergentes.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITesting
Ensamblado:  Microsoft.VisualStudio.TestTools.UITesting (en Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxis

'Declaración
Public Shared Property AllowPopups As Boolean
public static bool AllowPopups { get; set; }
public:
static property bool AllowPopups {
    bool get ();
    void set (bool value);
}
static member AllowPopups : bool with get, set
static function get AllowPopups () : boolean
static function set AllowPopups (value : boolean)

Valor de propiedad

Tipo: System.Boolean
true si la ventana de explorador web permite ventanas emergentes; de lo contrario, false.

Seguridad de .NET Framework

Vea también

Referencia

BrowserWindow Clase

Microsoft.VisualStudio.TestTools.UITesting (Espacio de nombres)