Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace > ImageViewerVirtualizer Class : Abort Method |
protected internal virtual void Abort()
'Declaration
Protected Friend Overridable Sub Abort()
This method is called by the image viewer when it is disposed. Generally, it should not be called by the user. In your derived class, you can add code to handle extra logic.
This method will check if the internal threads are busy and wait on them to finish before returning control to the user.