Vcl.Ribbon.TRibbonQuickAccessToolbar.OnMoreCommands

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnMoreCommands: TCustomRibbonQuickAccessToolbar.TMoreCommandsEvent read FOnMoreCommands write FOnMoreCommands;

C++

__property OnMoreCommands;

Properties

Type Visibility Source Unit Parent
event published
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TRibbonQuickAccessToolbar

Description

Occurs when the More Commands... command is pressed.

Vcl.Ribbon.TRibbonQuickAccessToolbar.OnMoreCommands inherits from Vcl.Ribbon.TCustomRibbonQuickAccessToolbar.OnMoreCommands. All content below this line refers to Vcl.Ribbon.TCustomRibbonQuickAccessToolbar.OnMoreCommands.

Occurs when the More Commands... command is pressed.

OnMoreCommands is called when you press the More Commands... command and the Customize dialog appears.

See Also