Articles in this section
Category / Section

How to change the font for the items in the WinForms XPTaskBar?

4 mins read

Change the font for the items

You can use ItemFont property of XPTaskBarItem to change the font of XPTaskBarItems

C#

this.xpTaskBarBox1.Items[1].ItemFont = new Font("MS Sans Serif", 9.75f, FontStyle.Bold);

VB

Me.xpTaskBarBox1.Items(1).ItemFont = New Font("MS Sans Serif", 9.75f, FontStyle.Bold)

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