Hi there
I have a button that I want to look similar to the combobox drop down button.
It needs to have the same background (as defined by Windows) but I want to replace the down arrow with something else.
Is there a way to draw just the background? I've already used ComboBoxRenderer.DrawBackground()
and
ScrollbarRenderer.DrawArrowButton()
But they draw the forground as well.
What I want it the lovely blue gradient background (if you happen to be using the default blue theme in XP) but not the arrow.
Any suggestions?
Regards
Jero