Command Methods | 
The Command type exposes the following members.
| Name | Description | |
|---|---|---|
| ClearParameters | 
            clear all parameters.
              | |
| DrawShapeRubberBand(Shape) | 
            Draw the rubber band of the specified shape.
              | |
| DrawShapeRubberBand(Shape) | 
            Draw the rubber band of the specified shape.
              | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Execute | 
            Execute the command.
              | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetParameterItemByID | 
            Get the parameter item with the specified parameter ID.
              | |
| GetParameterItemByName | 
            Get the current parameter item with the specified parameter name.
              | |
| GetTemporaryParameterItemByID | 
            Get a temporary parameter item with the specified parameter ID.
              | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| MoveToFirstEmptyParameter | 
            Set the first empty parameter to the current.
              | |
| MoveToNextParameter | 
            Set the next empty parameter to the current.
              | |
| OnBegin | 
            Raise a Begin event.
              | |
| OnDraw | 
            Raise Draw event.
              | |
| OnEnd | 
            Generate an event.
              | |
| OnInitialized | 
            Raise the Initialized event.
              | |
| OnMouseMove | 
            Raise MouseMove event.
              | |
| OnParameterChanged | 
            Raises the ParameterChanged event.
              | |
| OnParameterGroupCurrentIndexChanged | 
            Raises the ParameterGroupCurrentIndexChanged event.
              | |
| SelectParameters | 
            Select the parameter with the specified name.
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |