Vcl.Ribbon.TCustomTabData.AvailableSpace

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AvailableSpace: Integer read FAvailableSpace;

C++

__property int AvailableSpace = {read=FAvailableSpace, nodefault};

Properties

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

Description

Specifies the available space on the tab.

See Also