LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

IsLoadingThumbnails Property






Determines if the control is still loading thumbnails in the background.
Syntax
[BrowsableAttribute(false)]
public bool IsLoadingThumbnails {get;}
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property IsLoadingThumbnails As Boolean
'Usage
 
Dim instance As RasterThumbnailBrowser
Dim value As Boolean
 
value = instance.IsLoadingThumbnails
[BrowsableAttribute(false)]
public bool IsLoadingThumbnails {get;}
BrowsableAttribute()
 get_IsLoadingThumbnails(); 
[BrowsableAttribute(false)]
public:
property bool IsLoadingThumbnails {
   bool get();
}

Property Value

true if the control is still loading thumbnails in the background; otherwise, false.
Remarks
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.
Example
For an example, refer to RasterThumbnailBrowser.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterThumbnailBrowser Class
RasterThumbnailBrowser Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.