Vcl.RibbonActnCtrls.TRibbonGripItem.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 TRibbonGripItem

Description

Calculates the size of the control.

The Height of a TRibbonGripItem is 10 pixels. CalcBounds computes and sets the bounds of the control, considering this height.

See Also