IsMove Property
Description
Determines whether or not the command is a Move command.
Property type
Read-only property
Syntax
| Visual Basic |
|---|
Public Property IsMove As Boolean |
Return Type
Read/write Boolean.
Remarks
Commands that return TRUE for this property can successfully retrieve a MoveCmd object using the MoveCommand Property.
See Also