This property sets whether or not the file control load or save process is canceled.
[Visual Basic] Public WriteOnly Property Cancel
As Boolean
[C#] public bool Cancel {set;}
Property Value
Value | Explanation |
---|---|
True | The load or save process is canceled |
False | The load or save process is not canceled |
Explanation
The Cancel property sets whether or not the file control load or save process is canceled. When the Cancel property is True, the file control load or save process is canceled.