Search This Blog

Saturday, March 8, 2014

How to fill a ComboBox control with the available fonts

you can write this line of code to fill a combo box with
installed system fonts.

comboBox1.Items.AddRange (FontFamily.Families);

No comments:

Post a Comment