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

Description

Computes the size of the control.

Vcl.RibbonActnCtrls.TRibbonRadioButtonControl.CalcBounds inherits from Vcl.RibbonActnCtrls.TRibbonSmallButtonControl.CalcBounds. All content below this line refers to Vcl.RibbonActnCtrls.TRibbonSmallButtonControl.CalcBounds.

Computes the size of the control.

CalcBounds computes the bounds of the control.

See Also