This document is archived and information here might be outdated. Recommended version. |
Provides access to the contents of the command pool.
Name | Description | |
---|---|---|
Command | The command at the given index. | |
Count | The number of commands in the command pool. | |
Created | Indicates if the commands OnCreate method has been called. | |
Exists | Indicates if the given command exists in the command pool. | |
FindByUID | Searches the command pool for the given UID. Returns matching command if the UID is found or nothing. | |
TranslateAcceleratorKey | Translates the specified keyCode, if a corresponding accelerator exists. | |
UID | The UID of the given command. May return nothing. | |
UsageCount | The number of items using the given command. |
Interfaces | Description |
---|---|
ICommandPool | Provides access to the contents of the command pool. |
Classes | Description |
---|---|
CommandPool | A collection of commands used by the ToolbarControl. |