API:Vcl.Ribbon.TCustomRibbonGroup.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.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonGroup

Description

Responds to control resizing.

Vcl.Ribbon.TCustomRibbonGroup.Resize inherits from Vcl.ActnCtrls.TCustomActionDockBar.Resize. All content below this line refers to Vcl.ActnCtrls.TCustomActionDockBar.Resize.

Responds to control resizing.

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

See Also