获取指示此玻璃窗口框架是否被使用的值。
命名空间: 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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。