API:Vcl.Ribbon.TRibbon.ApplicationMenu

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ApplicationMenu;

C++

__property ApplicationMenu;

Properties

Type Visibility Source Unit Parent
property published
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TRibbon

Description

Change appearance of ribbon's associated TRibbonApplicationMenuBar control.

Vcl.Ribbon.TRibbon.ApplicationMenu inherits from Vcl.Ribbon.TCustomRibbon.ApplicationMenu. All content below this line refers to Vcl.Ribbon.TCustomRibbon.ApplicationMenu.

Change appearance of ribbon's associated TRibbonApplicationMenuBar control.

ApplicationMenu changes the appearance for the ribbon's associated TRibbonApplicationMenuBar control.

Changing the values of the fields in ApplicationMenu changes the characteristics of the Application Menu for the ribbon. The Application Menu on the ribbon is represented by the round button in the top left corner.

See Also