Vcl.ActnMenus.TCustomActionPopupMenu.ExpandBtn

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ExpandBtn: TCustomMenuExpandBtn read FExpandBtn write FExpandBtn;

C++

__property TCustomMenuExpandBtn* ExpandBtn = {read=FExpandBtn, write=FExpandBtn};

Properties

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

Description

Refers to the popup menu's expand button.

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.