Vcl.Ribbon.TCustomRibbon.ActionManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActionManager: TCustomActionManager read FActionManager write SetActionManager;

C++

__property Vcl::Actnman::TCustomActionManager* ActionManager = {read=FActionManager, write=SetActionManager};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbon

Description

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