FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / BeforeRightClickEventArgs Class / Cancel Property


In This Topic
Cancel Property (BeforeRightClickEventArgs)
In This Topic
Gets or sets a boolean value indicates whether the default right-click action is performed when the procedure is finished.
Syntax
'Declaration
 
Public Property Cancel As Boolean
 
'Usage
 
Dim instance As BeforeRightClickEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
See Also