Spread Windows Forms 12.0 Product Documentation
Cancel Property (PopupCancelEventArgs)


FarPoint.Win Assembly > FarPoint.Win Namespace > PopupCancelEventArgs Class : Cancel Property
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

Reference

PopupCancelEventArgs Class
PopupCancelEventArgs Members