This property sets whether the image files set in the FilePath property are sorted in ascending or descending order.
[Visual
Basic] thumbcontrolname.SortOrder [
= SortOrderonstants ]
[Visual C++] [
long = ]thumbcontrolname.SetSortOrder()
thumbcontrolname.SetSortOrder(long Val)
thumbcontrolname.SetSortOrder(long Val)
Property Value
Value | Explanation |
---|---|
0 | Sorted in ascending order |
1 | Sorted in descending order |
In Visual Basic, 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.