Gets or sets the image used to display items that have not yet been loaded.
public RasterImage LoadingThumbnail { get; set; }
<BrowsableAttribute(False)>
Public Property LoadingThumbnail As Leadtools.RasterImage
[BrowsableAttribute(false)]
public:
property Leadtools.RasterImage^ LoadingThumbnail {
Leadtools.RasterImage^ get();
void set ( Leadtools.RasterImage^ );
}
An Leadtools.RasterImage used to display items that have not yet been loaded.
During the loading operation as a result of calling the LoadThumbnails(string,string,rasterthumbnailbrowserloadflags) method, the RasterThumbnailBrowser control will create all the items and assign to them the image stored in the LoadingThumbnail property first before actually loading any thumbnails. This will give a visual feedback to the user of which items have been loaded and which are not.
Initially, the value of the LoadingThumbnail property is initialized with an image loaded from the DLL resource. You can however change the value of this property to your own custom image.
For an example, refer to ErrorThumbnail.
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