# NavBar Vertical Text

Get started with Menus and Toolbars for WinForms. Create versatile menus and docking/floating toolbars. See more in documentation here.

## Content



Text can be displayed vertically upon the collapse of the [C1NavBar](/componentone/docs/win/online-menus-toolbar/) control if its [VisualStyle](/componentone/docs/win/online-menus-toolbar/) property is set to **Office2010Black**, **Office2010Blue**, or **Office2010Silver**. The following image displays an example of vertical text on the [C1NavBar](/componentone/docs/win/online-menus-toolbar/) control.<br />![Vertical text in NavBar](https://cdn.mescius.io/document-site-files/images/a27cb622-e6d9-4efc-a0b0-0c31245fd632/imagesext/image11_223.png)

To achieve this effect, set the[UIStrings](/componentone/docs/win/online-menus-toolbar/) [CollapsedBarText](/componentone/docs/win/online-menus-toolbar/) user interface string enumeration to the to text you want to appear when the user collapses the control. Please note that you must also set the control’s [AllowCollapse](/componentone/docs/win/online-menus-toolbar/) property to **True** if you want to make the control collapsible at run time.

## See Also

[Embedded Controls in NavBar Panels](/componentone/docs/win/online-menus-toolbar/navbaroverview/navbarappearanceandb/embeddedcontrolsinna)