Vcl.Ribbon.TCustomRibbonGroup.RequiredWidth

From RAD Studio API Documentation

Delphi

property RequiredWidth: Integer read GetRequiredWidth;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonGroup

Description

Width required to display group.

RequiredWidth is the width required to display the group in its large Variant.

See Also