Click or drag to resize

ShellFolderGetDefaultSortedColumn Method

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

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

Return Value

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