Vcl.RibbonActnCtrls.TRibbonMenuItem.CalcLayout
Delphi
procedure CalcLayout; override;
C++
virtual void __fastcall CalcLayout(void);
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.