ComponentOne Menus and Toolbars for WinForms
Wrapping Text in a ToolBar
Menus and Toolbars for WinForms Task-Based Help > ToolBar Tasks > Wrapping Text in a ToolBar

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