Vcl.ActnMenus.TCustomActionPopupMenu.CloseMenu

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CloseMenu; override;

C++

virtual void __fastcall CloseMenu();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionPopupMenu

Description

Closes the menu currently being displayed.

CloseMenu is called to close the menu currently being displayed. The only difference between this routine and the inherited one is that the Visible property is set to false.

See Also