Vcl.ActnCtrls.TCustomActionToolBar.AutoSizingChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AutoSizingChanged; override;

C++

virtual void __fastcall AutoSizingChanged();

Properties

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

Description

Called when an Action Bar item changes its AutoSize property.

AutoSizingChanged is called when an Action Bar item changes its AutoSize property.

See Also