API:Vcl.RibbonActnCtrls.TRibbonSplitMenuItem.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 TRibbonSplitMenuItem

Description

Calculates the size of the control.

Vcl.RibbonActnCtrls.TRibbonSplitMenuItem.CalcBounds inherits from Vcl.RibbonActnCtrls.TRibbonApplicationMenuItem.CalcBounds. All content below this line refers to Vcl.RibbonActnCtrls.TRibbonApplicationMenuItem.CalcBounds.

Calculates the size of the control.

The Height and the Width of a TRibbonApplicationMenuItem are 44 pixels, respectively. CalcBounds sets the boundaries of the control to these values.