Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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(String,String,RasterThumbnailBrowserLoadFlags) 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also