Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Control.DestroyHandle Method

Definition

Namespace:
System.Windows.Forms
Assembly:
System.Windows.Forms.dll
Source:
Control.cs
Source:
Control.cs
Source:
Control.cs
Source:
Control.cs
Source:
Control.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Destroys the handle associated with the control.

protected:
 virtual void DestroyHandle();
protected virtual void DestroyHandle();
abstract member DestroyHandle : unit -> unit
override this.DestroyHandle : unit -> unit
Protected Overridable Sub DestroyHandle ()

Notes to Inheritors

When overriding DestroyHandle() in a derived class, be sure to call the base class's DestroyHandle() method to ensure that the handle is destroyed.

Applies to

See also


Feedback

Was this page helpful?