Vcl.Ribbon.TCommandType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCommandType = (ctRecent, ctCommands);

C++

enum DECLSPEC_DENUM TCommandType : unsigned char { ctRecent, ctCommands };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon Vcl.Ribbon

Description

TCommandType enumerates the possible types of items to be displayed in the right pane of the Application Menu.

TCommandType represents the types of items that will be displayed in the right pane of the Application Menu. The possible values are.



Value Description

ctRecent

A list of recently used items will be displayed in the right pane of the application menu.

ctCommands

A list of commands will be displayed in the right pane of the application menu.



Note: Recent items are automatically prefixed with a number accelerator key for quick use.

See Also