←Select platform

LoadingThumbnail Property

Summary

Gets or sets the image used to display items that have not yet been loaded.

Syntax

C#
VB
C++
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^ ); 
} 

Property Value

An Leadtools.RasterImage used to display items that have not yet been loaded.

Remarks

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.

Example

For an example, refer to ErrorThumbnail.

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