예제 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ComboBox"/> class.
 /// </summary>
 public ComboBox() : base(new SafeControlHandle(Libui.NewCombobox())) => InitializeEvents();