Indicates whether to continue the default process.
public bool Continue {get; set;}
'Declaration
Public Property Continue As Boolean
'Usage
Dim instance As ShapeEventArgs
Dim value As Boolean
instance.Continue = value
value = instance.Continue
Property Value
true
if the default process is continuing; otherwise, the default process will be skipped.