ComponentOne Menus and Toolbars for WinForms
Menus and Toolbars Overview / Toolbars Appearance and Behavior / Wrapping Toolbar Buttons and Text
In This Topic
    Wrapping Toolbar Buttons and Text
    In This Topic

    C1ToolBar provides wrapping ability for toolbar buttons as well as wrapping text in the toolbar buttons. The Wrap property wraps the toolbar to another line so all of its toolbar buttons appear. By default, this property is enabled.

    The following image shows how the toolbar buttons appear when its Wrap property set to False.


    false wrap property

    The following image shows how the toolbar buttons appear when its Wrap property set to True.


    true wrap property

    The following image shows how the toolbar buttons appear when its Wrap is set to True and its WrapText properties is set to False.

    The following image shows how the toolbar buttons appear when their Wrap and WrapText properties are set to True.


    Wrap text true
    See Also