[Visual
Basic] imagekitcontrolname.File.Cancel
[ = Boolean ]
[Visual
C++] imagekitcontrolname.GetFile().SetCancel(BOOL
Val)
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.
Setting this value
This value can be set at run-time.Retrieving this value
This value cannot be retrieved.