Gets or sets a value indicating whether to cancel the current operation.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool Cancel { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Cancel As Boolean |
true to indicate that the action cannot be completed; otherwise, false.
RemarksSet this property to true to prevent the user from completing the operation.
See Also