Vcl.Ribbon.TCustomRibbon.Menu

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Menu: TRibbonApplicationMenuBar read GetMenu;

C++

__property Vcl::Ribbonactnmenus::TRibbonApplicationMenuBar* Menu = {read=GetMenu};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbon

Description

Gets the ribbon's main menu.

Use Menu to get the main menu of the ribbon.

You can use this property to switch between menu sets, defined by the user to be used in specific conditions.

See Also