RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Ribbon.TCommandType Enumeration

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

Pascal
TCommandType = (
  ctRecent,
  ctCommands
);
C++
enum TCommandType {
  ctRecent,
  ctCommands
};

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.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!