Hello I want to create dynamic tools in static toolbars.
I want to add Button tool to toolbars and set the forecolor of it.
How i will achieve this?
Thanks & Regards
Hello,
What platform and control are you using?
If you are using Windows Forms and the WinToolbarsManager, you could use the examples in the Create and Add Tools at Run Time topic.
Let me know if you have any questions with this matter.
Thanks for your reply. I am using winforms with 8.3v I can add buttontool to toolbar now.
Also i set the SharedProp.AppearancesSmall.Appearance.ForeColor = Colors.Red
But it can not set forecolor.