Click or drag to resize

Command Methods

The Command type exposes the following members.

Methods
  NameDescription
Public methodClearParameters
clear all parameters.
Public methodDrawShapeRubberBand(Shape)
Draw the rubber band of the specified shape.
Public methodDrawShapeRubberBand(Shape)
Draw the rubber band of the specified shape.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecute
Execute the command.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetParameterItemByID
Get the parameter item with the specified parameter ID.
Public methodGetParameterItemByName
Get the current parameter item with the specified parameter name.
Public methodGetTemporaryParameterItemByID
Get a temporary parameter item with the specified parameter ID.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMoveToFirstEmptyParameter
Set the first empty parameter to the current.
Public methodMoveToNextParameter
Set the next empty parameter to the current.
Protected methodOnBegin
Raise a Begin event.
Protected methodOnDraw
Raise Draw event.
Protected methodOnEnd
Generate an event.
Protected methodOnInitialized
Raise the Initialized event.
Protected methodOnMouseMove
Raise MouseMove event.
Protected methodOnParameterChanged
Raises the ParameterChanged event.
Protected methodOnParameterGroupCurrentIndexChanged
Raises the ParameterGroupCurrentIndexChanged event.
Public methodSelectParameters
Select the parameter with the specified name.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also