status bar color

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

How do I set background color for status bar
Direct property not available

Thank
Priy
 
Hi Priya,

I think you need to use OwnerDraw for that. Set a StatusBarPanel Style to
OwnerDraw and handle the StatusBar's DrawItem event. (Note the position is
relative to the statusbar, not the statusbarpanel).

Happy coding!
Morten Wennevik [C# MVP]
 
Back
Top