Vcl.ActnCtrls.TCustomDropDownButton.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.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomDropDownButton

Description

Calculates the size of the custom drop-down button control.

The CalcBounds method is used to calculate the size of the custom drop-down button control. CalcBounds affects the width of TCustomDropDownButton.

See Also