G
Guest
Hello,
I'm working on a custom control which I'd like to have a background
identical to that of the XP-themed explorer toolbar. Could anyone tell me
which class of the VisualStyles hierarchy contains that look?
VisualStyleElement.ToolBar seems to have only controls and separators, and
VisualStyleElement.Rebar.Band used with DrawBackground doesn't work either.
I've tried using a linear gradient, but the ReBar.Band renderer doesn't seem
to provide the right colors with GetColor.
I've managed to get renders to work for other elements, so I guess I have
some basic knowledge of how to use and initialize them.
Thanks.
I'm working on a custom control which I'd like to have a background
identical to that of the XP-themed explorer toolbar. Could anyone tell me
which class of the VisualStyles hierarchy contains that look?
VisualStyleElement.ToolBar seems to have only controls and separators, and
VisualStyleElement.Rebar.Band used with DrawBackground doesn't work either.
I've tried using a linear gradient, but the ReBar.Band renderer doesn't seem
to provide the right colors with GetColor.
I've managed to get renders to work for other elements, so I guess I have
some basic knowledge of how to use and initialize them.
Thanks.