Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SpinUpEventArgs Class / Cancel Property


In This Topic
Cancel Property (SpinUpEventArgs)
In This Topic
Gets or sets a value that indicates whether default processing should be cancelled.
Syntax
'Declaration
 
Public Property Cancel As Boolean
 
'Usage
 
Dim instance As SpinUpEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
See Also