LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

LoadingThumbnail Property

Show in webframe





Gets or sets the image used to display items that have not yet been loaded.
Syntax
[BrowsableAttribute(false)]
public RasterImage LoadingThumbnail {get; set;}
'Declaration
 
<BrowsableAttribute(False)>
Public Property LoadingThumbnail As RasterImage
'Usage
 
Dim instance As RasterThumbnailBrowser
Dim value As RasterImage
 
instance.LoadingThumbnail = value
 
value = instance.LoadingThumbnail

            

            
[BrowsableAttribute(false)]
public:
property RasterImage^ LoadingThumbnail {
   RasterImage^ get();
   void set (    RasterImage^ value);
}

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

See Also

Reference

RasterThumbnailBrowser Class
RasterThumbnailBrowser Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.