Programming with Reflection
ToolbarMode property
Syntax |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) whether the Standard toolbar is attached to one of the margins of the terminal window and, if it is, which margin it is attached to.
The default is rcTopBar.
rcBottomBar The toolbar is attached to the bottom margin of the terminal window.
rcFloating The toolbar is free floating. The toolbar can be positioned with the mouse or with the SetToolbarPos method.
rcLeftBar The toolbar is attached to the left margin of the terminal window.
rcRightBar The toolbar is attached to the right margin of the terminal window.
rcTopBar The toolbar is attached to the top margin of the terminal window.
This property configures the Standard toolbar only. If there is no Standard toolbar, it is ignored. To configure any available toolbar, use the newer SetToolbarMode method.