This property sets whether or not the process of displaying images in the Thumbnail Control is canceled.
[Visual Basic] Public WriteOnly Property Cancel
As Boolean
[C#] public bool Cancel {set;}
Property Value
Value | Explanation |
---|---|
True | Cancels the process |
False | Does not cancel the process (default) |
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.
See Also
Thumbnail Members | Newtone.ImageKit.Win.Thumbnail