Vcl.Ribbon.TApplicationMenu.CommandType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CommandType: TCommandType read FCommandType write SetCommandType default ctRecent;

C++

__property TCommandType CommandType = {read=FCommandType, write=SetCommandType, default=0};

Properties

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

Description

CommandType specifies the type of items displayed in the Application Menu.

Use the CommandType property to set or check the type of items displayed in the right pane of the Application Menu. The following table lists the possible values for the CommandType property and the meaning of each value.



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.



See Also