Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DragFillBlockEventArgs Class / Cancel Property


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