[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indicates if the tool bar is oriented to display buttons and controls vertically.
Source position: comctrls.pp line 2328
protected function TToolBar.IsVertical: Boolean; virtual; |
True when the buttons on the control are displayed vertically.
IsVertical is a Boolean function in TToolBar used to determine if the tool bar displays its buttons or controls using a vertical orientation. The return value is determined by the value in the Align property, as follows:
If the tool bar is parented by a TCoolBar control, the value in its Vertical property is used as the return value.
Version 4.0 | Generated 2025-05-03 | Home |