Vcl.ActnMenus.TCustomActionMenuBar.Expand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Expand(Full: Boolean); virtual;

C++

virtual void __fastcall Expand(bool Full);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionMenuBar

Description

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

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.