Vcl.Ribbon.TCustomRibbonQuickAccessToolbar.OnMoreCommands

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnMoreCommands: TMoreCommandsEvent read FOnMoreCommands write FOnMoreCommands;

C++

__property TMoreCommandsEvent OnMoreCommands = {read=FOnMoreCommands, write=FOnMoreCommands};

Properties

Type Visibility Source Unit Parent
event public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonQuickAccessToolbar

Description

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