Control.DestroyHandle メソッド

定義

コントロールに関連付けられたハンドルを破棄します。

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

注意 (継承者)

派生クラスでオーバーライドする DestroyHandle() 場合は、必ず基底クラスの DestroyHandle() メソッドを呼び出して、ハンドルが破棄されるようにしてください。

適用対象

こちらもご覧ください