Control.DestroyHandle 方法

毁坏与该控件关联的句柄。

**命名空间:**System.Windows.Forms
**程序集:**System.Windows.Forms(在 system.windows.forms.dll 中)

语法

声明
Protected Overridable Sub DestroyHandle
用法

Me.DestroyHandle
protected virtual void DestroyHandle ()
protected:
virtual void DestroyHandle ()
protected void DestroyHandle ()
protected function DestroyHandle ()

备注

给继承者的说明 在派生类中重写 DestroyHandle 时,请确保调用了基类的 DestroyHandle 方法,以便确保已毁坏该句柄。

.NET Framework 安全性

平台

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

请参见

参考

Control 类
Control 成员
System.Windows.Forms 命名空间
CreateControl
CreateHandle
CreateParams
Handle
IsHandleCreated
OnHandleCreated
RecreateHandle
RecreatingHandle
UpdateStyles