Vcl.ThemedActnCtrls.TThemedMenuButton.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.ThemedActnCtrls.pas
Vcl.ThemedActnCtrls.hpp
Vcl.ThemedActnCtrls TThemedMenuButton

Description

Calculates the size of the control.

Vcl.ThemedActnCtrls.TThemedMenuButton.CalcBounds inherits from Vcl.ActnCtrls.TCustomButtonControl.CalcBounds. All content below this line refers to Vcl.ActnCtrls.TCustomButtonControl.CalcBounds.

Calculates the size of the control.

This method is largely the same as CalcBounds (TCustomActionControl), with one minor exception. The width of the control is set to be one pixel wider. For more information, see the documentation for the inherited method.

See Also