Vcl.Ribbon.TRibbonGroupCollapsedControl.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 TRibbonGroupCollapsedControl

Description

Specifies the action manager component that is associated with the collapsed ribbon group.

Use ActionManager to access the action manager that uses this collapsed ribbon group to render UI elements it manages. Typically, this association is created when you drag actions from the action manager and drop them on the collapsed ribbon group. When an action is dropped on a ribbon group and the ActionManager property is not assigned, the ActionManager property is automatically assigned to the action manager that manages the action that was dropped on the collapsed ribbon group.