Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.