Vcl.ActnMan.TCustomActionBar.HRowCount

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

Delphi

property HRowCount: Integer read FHRowCount;

C++

__property int HRowCount = {read=FHRowCount, nodefault};

プロパティ

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

説明

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

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

関連項目