Articles in this section
Category / Section

How to change the font style in dropdown of WinForms ComboBox AutoComplete?

1 min read

Change the font style

It is possible to change the font displayed in the dropdown of ComboBoxAutoComplete using following code snippet.

C#

this.comboBoxAutoComplete1.AutoCompleteControl.AutoCompletePopup.Font = new Font("Verdana", 7);

VB

Me.comboBoxAutoComplete1.AutoCompleteControl.AutoCompletePopup.Font = new Font("Verdana", 7)

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied