Control.DestroyHandle Метод
Определение
Удаляет дескриптор, связанный с элементом управления.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 ()
Примечания для тех, кто наследует этот метод
При переопределении DestroyHandle() в производном классе обязательно вызовите метод базового класса, DestroyHandle() чтобы гарантировать уничтожение этого маркера.When overriding DestroyHandle() in a derived class, be sure to call the base class's DestroyHandle() method to ensure that the handle is destroyed.