RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionMenuBar.Expand Method

Causes the menu bar to show all items, including the hidden ones.

Pascal
procedure Expand(Full: Boolean); virtual;
C++
virtual __fastcall Expand(Boolean Full);

Use Expand to show all of the items in a menu, even if they are marked as hidden. The Full parameter is used to indicate whether or not submenus should display all items as well. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!