Articles in this section
Category / Section

How to customize the XPTaskBarItem forecolor when mouse hovering in WinForms XPTaskBar?

1 min read

Customize the XPTaskBarItem forecolor

User can customize the XPTaskBarItem forecolor when mouse hovering. It can be achieved by setting the HotTrackColor property. Please make use of the below code example.

C#

//XpTaskBarItem ForeColor when hovering
xpTaskBarBox1.HotTrackColor = Color.Brown;

VB

'XpTaskBarItem ForeColor when hovering
xpTaskBarBox1.HotTrackColor = Color.Brown

Screenshot

Customize fore XPTaskBarItem fore color

Samples:

C#:  XPTaskBarExample

VB: XPTaskBarExample

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