Compartir a través de


WinWindow.Resizable (Propiedad)

Obtiene un valor que indica si esta ventana es de tamaño ajustable.

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

Sintaxis

'Declaración
Public Overridable ReadOnly Property Resizable As Boolean
public virtual bool Resizable { get; }
public:
virtual property bool Resizable {
    bool get ();
}
abstract Resizable : bool with get
override Resizable : bool with get
function get Resizable () : boolean

Valor de propiedad

Tipo: System.Boolean
Es true si esta ventana es de tamaño ajustable; de lo contrario, es false.

Seguridad de .NET Framework

Vea también

Referencia

WinWindow Clase

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