GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ShapeEventArgs Class / Continue Property


In This Topic
Continue Property
In This Topic
Indicates whether to continue the default process.
Syntax
'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.
See Also