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.
Sample Link:
http://www.syncfusion.com/downloads/support/directtrac/general/FontComboBox-1801769383.zip