A Alastair New Member Licensed User Sep 9, 2010 #1 I'm new to B4PPC so am finding my way around - I am looking for a way to change the color of the Tool bar object and its related buttons found in ControlsX.
I'm new to B4PPC so am finding my way around - I am looking for a way to change the color of the Tool bar object and its related buttons found in ControlsX.
derez Expert Licensed User Longtime User Sep 10, 2010 #2 Each button has its image, so use the images to color the buttons. changing an image can be used to change its color.
Each button has its image, so use the images to color the buttons. changing an image can be used to change its color.
A Alastair New Member Licensed User Sep 13, 2010 #3 derez said: Each button has its image, so use the images to color the buttons. changing an image can be used to change its color. Click to expand... Many thanks but is this the only way. I was wondering whether there was a way of changing the bar color as well as the button color.
derez said: Each button has its image, so use the images to color the buttons. changing an image can be used to change its color. Click to expand... Many thanks but is this the only way. I was wondering whether there was a way of changing the bar color as well as the button color.
agraham Expert Licensed User Longtime User Sep 13, 2010 #4 The .NET Framework does not provide a way to change the colour of a Toolbar.
A Alastair New Member Licensed User Sep 13, 2010 #5 Thanks I just wanted to check i had hadn't missed something simple.