Vcl.RibbonActnMenus.TRibbonApplicationPopupMenu.CloseMenu
Delphi
procedure CloseMenu; override;
C++
virtual void __fastcall CloseMenu(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Vcl.RibbonActnMenus.pas Vcl.RibbonActnMenus.hpp |
Vcl.RibbonActnMenus | TRibbonApplicationPopupMenu |
Description
Closes the menu currently being displayed.
Vcl.RibbonActnMenus.TRibbonApplicationPopupMenu.CloseMenu inherits from Vcl.ActnMenus.TCustomActionPopupMenu.CloseMenu. All content below this line refers to Vcl.ActnMenus.TCustomActionPopupMenu.CloseMenu.
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.