Click or drag to resize

JamBaseShellListViewGetListViewItemSorter Method

Return an instance of IComparer that should be used for sorting the lists in subclasses

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected virtual IComparer GetListViewItemSorter()

Return Value

Type: IComparer
object implementing IComparer
See Also