SystemParameters2.IsGlassEnabled 属性

获取指示此玻璃窗口框架是否被使用的值。

命名空间:  Microsoft.Windows.Shell
程序集:  Microsoft.Windows.Shell(在 Microsoft.Windows.Shell.dll 中)

语法

声明
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)

属性值

类型:System.Boolean
如果正在使用玻璃窗口框架,则为 true;否则为 false。

.NET Framework 安全性

请参见

参考

SystemParameters2 类

Microsoft.Windows.Shell 命名空间