Form.IsRestrictedWindow 属性
此属性支持 .NET 基础结构,但不适合在代码中直接使用。
获取一个值,该值指示窗体是否可以不受限制地使用所有窗口和用户输入事件。
**命名空间:**System.Windows.Forms
**程序集:**System.Windows.Forms(在 system.windows.forms.dll 中)
语法
声明
Public ReadOnly Property IsRestrictedWindow As Boolean
用法
Dim instance As Form
Dim value As Boolean
value = instance.IsRestrictedWindow
public bool IsRestrictedWindow { get; }
public:
property bool IsRestrictedWindow {
bool get ();
}
/** @property */
public boolean get_IsRestrictedWindow ()
public function get IsRestrictedWindow () : boolean
属性值
如果窗体有限制,则为 true;否则为 false。默认为 true。
备注
IsRestrictedWindow 属性确定是否授予了 AllWindows 权限。运行时在窗体的构造函数中设置此属性,并在窗体的生存期内缓存此属性。在部分信任环境中运行的 Windows 窗体应用程序无法规避此检查,因为公共语言运行库确保总是在部分信任环境中调用父构造函数。
平台
Windows 98、Windows 2000 SP4、Windows CE、Windows Millennium Edition、Windows Mobile for Pocket PC、Windows Mobile for Smartphone、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition
.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求。
版本信息
.NET Framework
受以下版本支持:2.0、1.1、1.0