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