Vcl.RibbonActnCtrls.TRibbonMenuSeparatorItem.CalcBounds
Delphi
procedure CalcBounds; override;
C++
virtual void __fastcall CalcBounds(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Vcl.RibbonActnCtrls.pas Vcl.RibbonActnCtrls.hpp |
Vcl.RibbonActnCtrls | TRibbonMenuSeparatorItem |
Description
Computes the size of the control.
A separator's Height is 3 pixels. CalcBounds sets the boundaries of the control to this value, also considering the text bounds.