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

◆ create_handle()

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

Creates a handle for the control.

Remarks
You typically should not call the create_handle method directly. The preferred method is to call the create_control method, which forces a handle to be created for the control and its child controls when the control is created.
Notes to Inheritors
When overriding create_handle() in a derived class, be sure to call the base class's create_handle() method to ensure that the handle is created.