Vcl.ActnMenus.TCustomActionMenuBar.OnEnterMenuLoop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnEnterMenuLoop: TNotifyEvent read FOnEnterMenuLoop write FOnEnterMenuLoop;

C++

__property System::Classes::TNotifyEvent OnEnterMenuLoop = {read=FOnEnterMenuLoop, write=FOnEnterMenuLoop};

Properties

Type Visibility Source Unit Parent
event public
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionMenuBar

Description

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