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


In This Topic
    Cancel Property (SlideRightEventArgs)
    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 SlideRightEventArgs
    Dim value As Boolean
     
    instance.Cancel = value
     
    value = instance.Cancel
    public bool Cancel {get; set;}
    See Also