Question
I am trying to set the font of a tool in ActiveBar2 to Bold and Red. Is there any way to do this?
Solution
To change the font of the tools you would use the Font property and the ForeColor property. This will change the font on all the tools--not just one, however. There is no way to change just one tool. There is also a ControlFont for ComboBoxes and TextBoxes and a ChildBandFont for the ChildBands.
Applies To: ActiveBar 2.0
|