Vcl.Ribbon.TRibbonTabItem.MinTabwidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MinTabwidth: Integer read GetMinTabWidth;

C++

__property int MinTabwidth = {read=GetMinTabWidth, nodefault};

Properties

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

Description

Indicates the minimum width for the ribbon tab. It is the smallest tab width at which the tab can be displayed without separator bars.

See Also