How can I hide the toolbar that is MainMenu created using UltraToolbarManager?I tried to set AllowHiding to true, but it still does not allow me to hide it.
Another question is about menu merging: If my winform application has a menu bar with a few items, and I created an Infragistics toolbar that is MainMenu.Is it possilbe to merge the Infragistics menu to the winform one?
Thanks.
mike2008 said:How can I hide the toolbar that is MainMenu created using UltraToolbarManager?
The main menu bar must remain visible at all times. However, you can work around this by setting IsMainMenuBar to False before setting Visible to False.
mike2008 said:If my winform application has a menu bar with a few items, and I created an Infragistics toolbar that is MainMenu.Is it possilbe to merge the Infragistics menu to the winform one?
No, the UltraToolbarsManager toolbars do not support merging with the win forms toolbars. You can submit a feature request for this: http://devcenter.infragistics.com/Protected/RequestFeature.aspx.