Home
About
How To Make C# ComboBox Non Editable ?
0 comments
7:34:00 pm
Posted by
Unknown
By default C# ComboBox text part is editable. If we want to change it to non editable we can achieve it by simply setting the ComboBox DropDownStyle property to DropDownList. Here is the Code ..
MyComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
Written by
Query.exe
Follow @twitter
0 comments:
Newer Post
Home
Older Post
Subscribe to:
Post Comments (Atom)
Labels
ANDROID
C# WinForm
JQUERY
Popular Posts
How To Set C# ComboBox Selected Item or Index By Text ?
How To Make C# ComboBox Non Editable ?
How to Stop EditText from gaining focus at Activity startup ?
Jquery Basic Form Validation Guide ?
How To Use Custom and SDK Fonts in Android ?
Partner Site
0 comments: