ImageGear .NET v24.14 - Updated September 15, 2020
ImGearSortOptions Enumeration




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace : ImGearSortOptions Enumeration
Specifies what sorting is used when a new item is added.
Syntax
'Declaration
 
Public Enum ImGearSortOptions 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearSortOptions
Members
MemberDescription
NoSortUnsorted mode.
TitleAscendingTitle ascending sorting mode.
TitleDescendingTitle descending sorting mode.
UserSortUser defined sorting mode. Sorting rules are defined in a custom class implementing IComparer interface.
Remarks
This enumeration specifies what sorting is used when a new item is added. For more information on UserSort, see example in IImGearThumbnailCtl.SortComparer property.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Windows.Forms.Thumbnails.ImGearSortOptions

See Also

Reference

ImageGear.Windows.Forms.Thumbnails Namespace