Vcl.ComCtrls.TCoolBar.Vertical

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

Delphi

property Vertical: Boolean read FVertical write SetVertical default False;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCoolBar

説明

バンドを垂直に並べるか水平に並べるかを指定します。

Vertical プロパティが false(デフォルト)ならば,TCoolBar 内のバンドは,水平方向,つまり左から右,上から下に並べられます。Vertical プロパティが true ならば,バンドは,垂直方向,つまり上から下,左から右に並べられます。

関連項目