This property sets whether the image files set in the FilePath property are sorted in ascending or descending order.
[Visual
Basic] thumbcontrolname.SortOrder [
= SortOrderConstants ]
[Visual C++] [
long = ]thumbcontrolname.SetSortOrder()
thumbcontrolname.SetSortOrder(long Val)
thumbcontrolname.SetSortOrder(long Val)
[VB.NET] thumbcontrolname.SortOrder
[ = ImageKit9Thumb(A)Lib.SortOrderConstants ]
[C#.NET] thumbcontrolname.SortOrder
[ = ImageKit9Thumb(A)Lib.SortOrderConstants ]
* ImageKit9ThumbALib refers to the ANSI version, ImageKit9ThumbLib 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 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.