Vcl.ActnMenus.TActionMainMenuBar.OnEnterMenuLoop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnEnterMenuLoop: TNotifyEvent read FOnEnterMenuLoop write FOnEnterMenuLoop;

C++

__property OnEnterMenuLoop;

Properties

Type Visibility Source Unit Parent
event published
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TActionMainMenuBar

Description

Occurs when an ActionBand menu loop has begun.

Vcl.ActnMenus.TActionMainMenuBar.OnEnterMenuLoop inherits from Vcl.ActnMenus.TCustomActionMenuBar.OnEnterMenuLoop. All content below this line refers to Vcl.ActnMenus.TCustomActionMenuBar.OnEnterMenuLoop.

Occurs when an ActionBand menu loop has begun.

Write an OnEnterMenuLoop event handler to modify the menu as necessary prior to the menu appearing on screen.

OnEnterMenuLoop is an event handler of type TNotifyEvent.

See Also