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 (in ShellBrowser.dll) Version: 7.0
Syntax
protected virtual IComparer GetListViewItemSorter()

Return Value

Type: IComparer
object implementing IComparer
See Also