Vcl.Ribbon.TRibbonGroupCollapsedControl.AdjustBounds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AdjustBounds; dynamic;

C++

DYNAMIC void __fastcall AdjustBounds();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TRibbonGroupCollapsedControl

Description

Resizes the label when the text changes.

When the text in the label or the font changes, AdjustBounds is implicitly called. It redraws the text in the client area, and then resizes the label if the AdjustBounds property is True.

See Also