Vcl.Ribbon.TCustomRibbonGroup.RequiredWidth

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

Delphi

property RequiredWidth: Integer read GetRequiredWidth;

C++

__property int RequiredWidth = {read=GetRequiredWidth, nodefault};

プロパティ

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

説明

グループの表示に必要な幅。

RequiredWidth は、グループをその拡大形で表示するのに必要な幅です。

関連項目