Click or drag to resize

ShellFolderGetDefaultSortedColumn Method

Gets the index of the default sorted column. The default implementation returns -1 (unspecified).

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual int GetDefaultSortedColumn()

Return Value

Type: Int32
The index of the default sorted column.
See Also