Compartir a través de


SystemParameters2.IsGlassEnabled (Propiedad)

Obtiene un valor que indica si se utilizan marcos de ventana Glass.

Espacio de nombres:  Microsoft.Windows.Shell
Ensamblado:  Microsoft.Windows.Shell (en Microsoft.Windows.Shell.dll)

Sintaxis

'Declaración
Public Property IsGlassEnabled As Boolean
    Get
    Private Set
public bool IsGlassEnabled { get; private set; }
public:
property bool IsGlassEnabled {
    bool get ();
    private: void set (bool value);
}
member IsGlassEnabled : bool with get, private set
function get IsGlassEnabled () : boolean
private function set IsGlassEnabled (value : boolean)

Valor de propiedad

Tipo: System.Boolean
true si se utilizan marcos de ventana Glass; de lo contrario, false.

Seguridad de .NET Framework

Vea también

Referencia

SystemParameters2 Clase

Microsoft.Windows.Shell (Espacio de nombres)