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