ComboBox Eingabe sperren
-
Hallo Leute,
kennt Jemand eine einfache Möglichkeit Tastatureingaben bei einer comboBox zu sperren?
Die Items sollen jedoch auswählbar bleiben!Danke schon mal für eure Hilfe
-
comboBox1->DropDownStyle = ComboBoxStyle::DropDownList;
Siehe:
http://msdn.microsoft.com/en-us/library/system.windows.forms.combobox.dropdownstyle.aspx
-
Vielen Dank für die schnelle Antwort.
Funktioniert einwandfrei!