Forgive my 1st attempt at a web page, but I’m struggling to set the foreground colour on my WebToolBar.
I can set the background colour ok. I actually don’t have any ‘text’ on the toolbar, just buttons, so the question should probably be how to set the foreground colour on a WebToolBarButton?
It seems the ForegroundColor is being overwritten and won’t be applied. What colours do you want to use?, if you just want to set the background to something dark-ish and the foreground to white, you can use this code:
Is it possible to change the Caption Text colour? search.Caption.??? search.Style = ???
I do have this code (below) at the start of the DDREToolbarMain.Opening event handler, but I suspect the Me.Style.Foregroundcolor is only going to apply to any ‘text’ in the toolbar, not text associated with the button controls?