Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

Sort Method (RasterThumbnailBrowser)






Sorts the items of the RasterImageList control.
Syntax
public void Sort()
'Declaration
 
Public Sub Sort() 
'Usage
 
Dim instance As RasterThumbnailBrowser
 
instance.Sort()

            

            
public:
void Sort(); 
Remarks
Call this method to sort the items inside the RasterImageList control. The order of sorting depends on the Sorting property. The sorting method depends on the Sorter property.
Example
For an example, refer to Sort.
Requirements

Target Platforms

See Also

Reference

RasterThumbnailBrowser Class
RasterThumbnailBrowser Members

Error processing SSI file