Inheritance: System.Windows.Forms.ComboBox
Beispiel #1
0
		public EditCtrlHook(ComboBoxBase cb)
		{
			comboBox = cb;
		}
Beispiel #2
0
 public EditCtrlHook(ComboBoxBase cb)
 {
     comboBox = cb;
 }