This property sets whether or not the process of displaying images in the Thumbnail Control is canceled.
[C++Builder] thumbcontrolname->Cancel
[ = bool ]
[Delphi] thumbcontrolname.Cancel [
= Boolean ]
Property Value
Value | Explanation |
---|---|
True | Cancels the process |
False | Does not cancel the process |
Explanation
The Cancel property sets whether or not the process of displaying images in the Thumbnail Control is canceled. To cancel, set this property to True.
Setting this value
This value can be set at run-time.
Retrieving this value
This value cannot be retrieved.