IGlobalCommand Interface Members
In This Topic
The following tables list the members exposed by IGlobalCommand.
Public Methods
| Name | Description |
| BeforeCommandsDisplay | Called just prior to displaying the list of commands to a user. |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable) |
| Initialize | Called to initialize the command. |
| Process | Execute the specified command |
| RegisterCommands | Called to have the command object register all commands that it supports. |
Top
See Also