Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
945
hide MainMenu toolbar & merge
posted

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.

 

  • 44743
    posted

    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.