ActnMenus.TActionMainMenuBar
Contents |
Delphi Information
From ActnMenus.pas
TActionMainMenuBar = class(TCustomActionMainMenuBar)
Unit: ActnMenus
Type: class
Inherited Class Members: ActnMenus.TActionMainMenuBar Members
C++ Information
From ActnMenus.hpp
TActionMainMenuBar = class(TCustomActionMainMenuBar)
Unit: ActnMenus
Type: class
Inherited Class Members: ActnMenus.TActionMainMenuBar Members
Class Constructors & Destructors: ActnMenus.TActionMainMenuBar Constructors
Description
TActionMainMenuBar is a rendering engine that renders action client items as menu items.
TActionMainMenuBar is a specialized container (like TPanel) that renders a group of items on screen in the order specified in the Action Manager. All of the items are created dynamically when the TActionMainMenuBar component is connected to an item from the Action Manager.
The items themselves are internal components (similar to TMenuItem) created by the TActionMainMenuBar and appear consistent with the look and function of a main menu. The layout of the items on the TActionMainMenuBar is managed automatically and specified by the Action Manager.