HasBreakpoint Property
Description
Determines whether or not the current PC-DMIS command has a breakpoint.
Property type
Read-write property
Syntax
Visual Basic |
---|
Public Property HasBreakpoint As Boolean |
Return Type
Read/write Boolean.
Remarks
You can also use this property to automatically set or clear breakpoints on individual commands by setting the HasBreakPoint property for the command to TRUE or FALSE.
See Also