I've created a DeskBand toolbar and I want to display a button on the toolbar that has the style visual style as a taskbar button.
In .NET you can use the VisualStyleRenderer to render the Taskbar BACKGROUND, but there's way to render a button.
Are there any Win32 API's I can use to draw the button using Visual Styles rather than emulating the look of the button via drawing paths or images?