ComboBox::CreateHandle Method ()

 

Creates a handle for the control.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
virtual void CreateHandle() override

This method is overridden in ComboBox to avoid multiple layouts during handle creation due to ComboBox size change.

.NET Framework
Available since 2.0
Return to top
Show: