API:Vcl.RibbonActnCtrls.TRibbonRichContentMainMenuItem.CalcLayout
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 | TRibbonRichContentMainMenuItem |
Description
Computes the layout of the component.
Vcl.RibbonActnCtrls.TRibbonRichContentMainMenuItem.CalcLayout inherits from Vcl.RibbonActnCtrls.TRibbonMenuItem.CalcLayout. All content below this line refers to Vcl.RibbonActnCtrls.TRibbonMenuItem.CalcLayout.
Computes the layout of the component.
CalcLayout computes the position of the component's glyph. CalcBounds calls CalcLayout to compute the component boundaries.