Vcl.ActnCtrls.TCustomActionDockBar.Resize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Resize; override;

C++

DYNAMIC void __fastcall Resize();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomActionDockBar

Description

Responds to control resizing.

Resize is called automatically immediately after the custom action dock bar control's dimensions change.

See Also