Vcl.Ribbon.TCustomTabData.NewWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NewWidth[Idx: Integer]: Integer read GetNewWidth;

C++

__property int NewWidth[int Idx] = {read=GetNewWidth};

Properties

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

Description

Specifies the tab's new width.

See Also