Vcl.ActnMan.TCustomActionBar.Orientation

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Orientation: TBarOrientation read FOrientation write SetOrientation;

C++

__property TBarOrientation Orientation = {read=FOrientation, write=SetOrientation, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionBar


説明

アクション バンドでどのようにその子供の項目をレイアウトを示します。

Orientation で利用可能な値は次のとおりです:


意味

boLeftToRight

項目は、行に左から右へと描画されます。

boRightToLeft

項目は、行に右から左へと描画されます。

boTopToBottom

項目は、列に上から下へと描画されます。

boBottomToTop

項目は、列に下から上へと描画されます。


関連項目