LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Total Property

Show in webframe





An integer value that represents the total number of items to load.
Syntax
public int Total {get;}
'Declaration
 
Public ReadOnly Property Total As Integer
'Usage
 
Dim instance As RasterThumbnailBrowserLoadThumbnailEventArgs
Dim value As Integer
 
value = instance.Total

            

            
public:
property int Total {
   int get();
}

Property Value

The total number of items to load.
Remarks
You can use the Index and the Total properties to update a progress bar for the load process. You need to setup the progress bar with the following:
Property Value
ProgressBar.Minimum 0 - You only need to set this the first time
ProgressBar.Maximum Total - You only need to set this the first time
ProgressBar.Value Index
Example
For an example, refer to RasterThumbnailBrowser.LoadThumbnail.
Requirements

Target Platforms

See Also

Reference

RasterThumbnailBrowserLoadThumbnailEventArgs Class
RasterThumbnailBrowserLoadThumbnailEventArgs Members

 

 


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