Articles in this section
Category / Section

How to load the default font items in the FontComboBox?

1 min read

The default font items in the FontComboBox can be loaded by using the UseAutoComplete property. The following code example demonstrates the same.

C#

//Loads default font items in the FontComboBox.
this.fontComboBox1.UseAutoComplete = true;

VB

'Loads default font items in the FontComboBox.
Me.fontComboBox1.UseAutoComplete = True

The following screenshot displays the default fonts loaded in the FontComboBox.

showing fonts loaded in FontComboBox

Sample Link:

http://www.syncfusion.com/downloads/support/directtrac/general/FontComboBox-1801769383.zip

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