Hello there,
i want to add an Ultratoolbarsmanager to my form with CODE. Normally i would write Form.Controls.Add(Control) but with this way a error occurs which said that the type of Ultratoolbarsmanager couldn´t be converted in System.Windows.Forms.Control.
Need help as fast asu can bring me ^^
Cloud
cmon guys , need help^^
Hello Cloud,
I try to reproduce your scenario in a small sample. Could you please take a look at the attached project and let me know if you have any questions.
Regards
forget I solved it ;)
Thanks for your responses. If you need any further assistance, do not hesiate to write us.
what´s the property for the style with code? (e. g. Office 2007)
obviously i thought "Toolbar.Appearence.Style" but there´s nothing is this way...
Hi,
Could you please try this:
ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.
ToolbarStyle.Office2007;
omg... i think i do this for too much hours ^^
thx that helped.