Vcl.RibbonActnCtrls.TRibbonComboControl.CalcBounds

From RAD Studio API Documentation
Jump to: navigation, search

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 TRibbonComboControl

Description

Calculates the size of the control.

CalcBounds calculates the size of the control, based on factors such as the ActionBar's BiDiMode.

See Also