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