Click or drag to resize

SORTCOLUMN Structure

Stores information about how to sort a column that is displayed in the folder view.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public struct SORTCOLUMN

The SORTCOLUMN type exposes the following members.

Methods
Fields
  NameDescription
Public fielddirection
The direction in which the items are sorted.
Public fieldpropkey
The PropertyKey of the column by which the items are sorted.
Top
See Also