Vcl.Ribbon.TCustomRibbonGroup.Rows

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

Delphi

property Rows: Integer read FRows write SetRows default 3;

C++

__property int Rows = {read=FRows, write=SetRows, default=3};

プロパティ

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

説明

グループにあるコントロール用の行の数。

Rows は、コントロールの表示用にグループに用意されている行の数です。各グループには、少なくとも 1 つの行(最大 3 行)が必要です。