Vcl.RibbonActnCtrls.TRibbonMenuItem.CalcLayout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CalcLayout; override;

C++

virtual void __fastcall CalcLayout();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonMenuItem

Description

Computes the layout of the component.

CalcLayout computes the position of the component's glyph. CalcBounds calls CalcLayout to compute the component boundaries.


See Also