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


In This Topic
    Cancel Property (PopupCancelEventArgs)
    In This Topic
    Gets or sets whether to cancel closing the form. Set to true to prevent the popup from being closed.
    Syntax
    'Declaration
     
    
    Public Property Cancel As Boolean
    'Usage
     
    
    Dim instance As PopupCancelEventArgs
    Dim value As Boolean
     
    instance.Cancel = value
     
    value = instance.Cancel
    public bool Cancel {get; set;}
    See Also