xtd 0.2.0
Loading...
Searching...
No Matches

◆ destroy_handle()

virtual void xtd::forms::control::destroy_handle ( )
protectedvirtual

Destroys the handle associated with the control.

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

Reimplemented in xtd::forms::tab_page.