Determines if the control is still loading thumbnails in the background.
public bool IsLoadingThumbnails { get; }
<BrowsableAttribute(False)>
Public ReadOnly Property IsLoadingThumbnails As Boolean
[BrowsableAttribute(false)]
public:
property bool IsLoadingThumbnails {
bool get();
}
true if the control is still loading thumbnails in the background; otherwise, false.
When the LoadThumbnails(string,string,rasterthumbnailbrowserloadflags) method is called in a non-blocking manner, the thumbnails for the items will be created in a background thread. You can check the IsLoadingThumbnails property at any time to determine whether the control is still loading thumbnails or not. You can also use the FinishedLoadingThumbnails event to receive notification from the control when the loading operation is complete.
For an example, refer to RasterThumbnailBrowser.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET