RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplicationMenu.CommandType Property

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

Pascal
property CommandType: TCommandType;
C++
__property TCommandType CommandType;

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.  

 

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