←Select platform

CancelLoadingThumbnails Method

Summary

Cancels the load operation at any time.

Syntax

C#
VB
C++
public void CancelLoadingThumbnails() 
  
Public Sub CancelLoadingThumbnails()  
public: 
void CancelLoadingThumbnails();  

Remarks

You can call this method at any time to abort loading remaining thumbnails (if any). Thumbnails are loaded with the 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.

Example

For an example, refer to RasterThumbnailBrowser.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly