RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionPopupMenu.ExpandBtn Property

Refers to the popup menu's expand button.

Pascal
property ExpandBtn: TCustomMenuExpandBtn;
C++
__property TCustomMenuExpandBtn ExpandBtn;

Use ExpandBtn to access the popup menu action band's expand button object. An action band may have hidden items. For example, items which are used infrequently may be hidden to make the menus appear less cluttered. Still, the user may wish to use hidden items from time to time. They become visible again when the user selects the expand bar. 

 

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