This property sets whether the image files set in the FilePath property or the list of files set in the ListOfFileNames property are sorted in ascending or descending order.

[Visual Basic]   thumbcontrolname.SortOrder [ = SortOrderConstants ]
[Visual C++]     [ long = ]thumbcontrolname.SetSortOrder()
thumbcontrolname.SetSortOrder(long Val)
[VB.NET]   thumbcontrolname.SortOrder [ = ImageKit10Thumb(A)Lib.SortOrderConstants ]
[C#.NET]   thumbcontrolname.SortOrder [ = ImageKit10Thumb(A)Lib.SortOrderConstants ]

* ImageKit10ThumbALib refers to the ANSI version, ImageKit10ThumbLib refers to the Unicode version.

Property Value

Value Explanation
0 Sorted in ascending order
1 Sorted in descending order

The following constants can also be used: (ikSortOrderInc = 0, ikSortOrderDec = 1).

Explanation

This property sets whether the image files set in the FilePath property or the list of files set in the ListOfFileNames property are sorted in ascending or descending order.

Setting this value

This value can be set at design-time and run-time.

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation