Provides access to the contents of the command pool.
Product Availability
Available with ArcGIS Engine.
Members
|
|
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. |
Inherited Interfaces
Interfaces |
Description |
ICommandPool |
Provides access to the contents of the command pool. |
CoClasses that implement ICommandPool2
CoClasses and Classes |
Description |
CommandPool |
A collection of commands used by the ToolbarControl. |
.NET Samples
Dynamic biking (Code Files:
BikingTrackModeCmd DynamicBikingSpeedCmd) |
Feature editing with the control commands (Code Files:
FeatureEditing)