ComponentOne Menus and Toolbars for WinForms
Menus and Toolbars for WinForms Task-Based Help / Menu Tasks / Wrapping Items at the End of the Menu
In This Topic
    Wrapping Items at the End of the Menu
    In This Topic

    To wrap the items at the end of the menu, use the Wrap property of C1MainMenu.

    If True (default), the menu is wrapped when the window is not wide enough. If False, the menu is not wrapped, and the extension menu is added at the end instead.

    See Also