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


In This Topic
Cancel Property (DropDownEventArgs)
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 DropDownEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
See Also