ComponentOne Menus and Toolbars for WinForms
Menus and Toolbars for WinForms Task-Based Help / ToolBar Tasks / Wrapping Text in a ToolBar
In This Topic
    Wrapping Text in a ToolBar
    In This Topic

    To wrap the text in a C1ToolBar, use the WrapText property. To do this, complete the following steps:

    1. Set the ButtonWidth property to a value greater than zero
    2. Set the WrapText property to True.
    See Also