Programming with Reflection
ToolbarTether property
Syntax |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) whether the Standard toolbar's location is tied to the terminal window's location. When this Value is True, the toolbar is tethered to the terminal windowwhen you move or resize the terminal window, the toolbar moves, tracking the nearest corner of the terminal window. When this value is False, moving the terminal window has no effect on the location of the toolbar.
This setting is only relevant if the ToolbarMode property is set to rcFloating that is, if the toolbar is not attached to one of the margins of the terminal window.
The default is True.
This property configures the Standard toolbar only. If there is no Standard toolbar, it is ignored. To configure any available toolbar, use the newer TetherToolbar method.