ComboBox.CreateHandle Method

Definition

Creates a handle for the control.

protected:
 override void CreateHandle();
protected override void CreateHandle ();
override this.CreateHandle : unit -> unit
Protected Overrides Sub CreateHandle ()

Remarks

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

Applies to