Vcl.ActnCtrls.TActionToolBar.Orientation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Orientation default boLeftToRight;

C++

__property Orientation = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TActionToolBar

Description

Specifies how the action band lays out its child items.

Vcl.ActnCtrls.TActionToolBar.Orientation inherits from Vcl.ActnMan.TCustomActionBar.Orientation. All content below this line refers to Vcl.ActnMan.TCustomActionBar.Orientation.

Specifies how the action band lays out its child items.

The possible values of Orientation are:


Value Meaning

boLeftToRight

Items are rendered in rows, from left to right.

boRightToLeft

Items are rendered in rows, from right to left.

boTopToBottom

Items are rendered in columns, from top to bottom.

boBottomToTop

Items are rendered in columns, from bottom to top.


See Also