SystemParameters2.IsGlassEnabled Property

Gets a value that indicates whether glass window frames are being used.

Namespace:  Microsoft.Windows.Shell
Assembly:  Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)

Syntax

'Declaration
Public Property IsGlassEnabled As Boolean
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)

Property Value

Type: System.Boolean
true if glass window frames are being used; otherwise, false.

.NET Framework Security

See Also

Reference

SystemParameters2 Class

Microsoft.Windows.Shell Namespace