Vcl.ActnMan.TCustomActionBar.VRowCount

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

Delphi

property VRowCount: Integer read FVRowCount;

C++

__property int VRowCount = {read=FVRowCount, nodefault};

プロパティ

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

説明

アクションバンドが表示する項目の行数を示します。

アクションバンドがその項目を行形式で配置する場合(つまり,Orientation プロパティが boLeftToRight または boRightToLeft の場合),アクションバンドは VRowCount を内部で使用して,非表示にされていないすべての項目を表示するのに必要な行の数を決定します。

関連項目