Articles in this section
Category / Section

How can I applied in-built skin to the FontListComboBox ?

1 min read

 

Different type of in-built skins are available with font list combo box. They are listed below :

  • Default
  • Office2007Blue
  • Office2007Silver
  • Office2007Black
  • Blend
  • Office2003

The following code shows how the skins can be applied dynamically to the font list combo box.

[C#]

//Creating object for font list combo box FontListComboBox fontlistcombobox = new FontListComboBox( ); //Code for applying Office2007Blue SkinStorage.SetVisualStyle( fontlistcombobox, "Office2007Blue"); //Code for applying Blend SkinStorage.SetVisualStyle( fontlistcombobox, "Blend");

Syncfusion Inc.

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