LEADTOOLS Windows Forms (Leadtools.WinForms assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
CancelLoadingThumbnails Method
See Also 
Leadtools.WinForms Namespace > RasterThumbnailBrowser Class : CancelLoadingThumbnails Method



Cancels the load operation at any time.

Syntax

Visual Basic (Declaration) 
Public Sub CancelLoadingThumbnails() 
Visual Basic (Usage)Copy Code
Dim instance As RasterThumbnailBrowser
 
instance.CancelLoadingThumbnails()
C# 
public void CancelLoadingThumbnails()
C++/CLI 
public:
void CancelLoadingThumbnails(); 

Example

For an example, refer to RasterThumbnailBrowser.

Remarks

You can call this method at any time to abort loading remaining thumbnails (if any). Thumbnails are loaded with the RasterThumbnailBrowser.LoadThumbnails method. At any time, you can check if the control has any items that are yet to be loaded with the IsLoadingThumbnails property.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also