Vcl.RibbonActnCtrls.TRibbonLargeSplitButton.CalcBounds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CalcBounds; override;

C++

virtual void __fastcall CalcBounds();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonLargeSplitButton

Description

Computes the size of the control.

CalcBounds computes the boundaries of the control considering factors like the glyph position and the text bounds. In addition, this method calls UpdateSplitBounds.

See Also