| Visual Basic (Declaration) | |
|---|---|
Public Sub CancelLoadingThumbnails() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| 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(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.
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