Vcl.ComCtrls.TCoolBar.Vertical

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Vertical: Boolean read FVertical write SetVertical default False;

C++

__property bool Vertical = {read=FVertical, write=SetVertical, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCoolBar

Description

Determines whether the bands are arranged vertically or horizontally.

If Vertical is false (the default), the bands in the TCoolBar are oriented horizontally, from left to right and top to bottom. If Vertical is true, the bands are oriented vertically, from top to bottom and left to right.

See Also