[Visual
Basic] imagekitcontrolname.Effect.Cancel
[= Boolean ]
[Visual
C++] imagekitcontrolname.GetEffect().SetCancel(BOOL
Val)
Property Value
Value | Explanation |
---|---|
True | The Effect process is canceled |
False | The Effect process is not canceled |
Explanation
The Cancel property sets whether or not the effect processing is canceled.
Setting this value
This value can be set during execution.Retrieving this value
This value cannot be retrieved.