If the RotateWhenVertical property is set to true, the captions of the bar's links are rotated when the bar is docked to the left or right edge of its container (form). Otherwise, the captions will be displayed in horizontal orientation.
The following table shows the link layout depending on the RotateWhenVertical property.
Layout |
Image |
Horizontally docked bar |
 |
Vertically docked bar (RotateWhenVertical is false) |
 |
Vertically docked bar (RotateWhenVertical is true) |
 |
Note that if a bar's RotateWhenVertical property is true, editors of BarEditItemLink links are not displayed if a bar is vertically docked.
Edit links can be represented within vertically oriented bars only using captions and/or glyphs. You can perform specific actions when the end-user clicks on these captions or glyphs by handling the BarItem.ItemClick or BarManager.ItemClick event (you can, for instance, invoke a dialog that provides customization facilities, etc).
To make edit links visible within vertically docked bars, set the items' BarEditItem.VisibleWhenVertical property to true and then do one of the following: