Vcl.Ribbon.TCustomTabData.FullWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FullWidth[Idx: Integer]: Integer read GetBestWidth;

C++

__property int FullWidth[int Idx] = {read=GetBestWidth};

Properties

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

Description

Specifies the tab's full width.

See Also