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(); |
For an example, refer to RasterThumbnailBrowser.
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7