Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor.SubEditorCancelEventArgs Class / Cancel Property


In This Topic
    Cancel Property (GeneralEditor.SubEditorCancelEventArgs)
    In This Topic
    Gets or sets whether to cancel the default processing.
    Syntax
    'Declaration
     
    
    Public Property Cancel As Boolean
    'Usage
     
    
    Dim instance As GeneralEditor.SubEditorCancelEventArgs
    Dim value As Boolean
     
    instance.Cancel = value
     
    value = instance.Cancel
    public bool Cancel {get; set;}
    See Also