|
RAD Studio VCL Reference
|
TCommandType enumerates the possible types of items to be displayed in the right pane of the Application Menu.
TCommandType = ( ctRecent, ctCommands );
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. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|