backgroundcolor for MenuItem
C#
3
Posts
2
Posters
0
Views
1
Watching
-
Hello, Is there a way to set the background color for a MenuItem without using p/invoke? Thanks in advance.
Standards are great! Everybody should have one!
-
I've tried to but that doesn't work. DrawItem and Paint never get called. Hooking up to the drawitem event from the constructor doesn't help either, since the event never seems to fire. I suspect the control gets painted by its parent container...
Standards are great! Everybody should have one!