RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionPopupMenu.CloseMenu Method

Closes the menu currently being displayed.

Pascal
procedure CloseMenu; override;
C++
virtual __fastcall CloseMenu();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!