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,
Could you please review the sample attached to this post and see if it meets your requirements.Please feel free to let me know if I misunderstood you or if you have any other questions.
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.
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.