API:Vcl.Ribbon.TRibbon.ActionManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActionManager: TCustomActionManager read FActionManager write SetActionManager;

C++

__property ActionManager;

Properties

Type Visibility Source Unit Parent
property published
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TRibbon

Description

Accesses the action manager that uses this ribbon to render the UI elements it manages.

Vcl.Ribbon.TRibbon.ActionManager inherits from Vcl.Ribbon.TCustomRibbon.ActionManager. All content below this line refers to Vcl.Ribbon.TCustomRibbon.ActionManager.

Accesses the action manager that uses this ribbon to render the UI elements it manages. Typically, this association is created when you drag actions from the action manager and drop them on the ribbon.

See Also