Click or drag to resize

SORTCOLUMN Structure

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

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

The SORTCOLUMN type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts to string.
(Overrides ValueTypeToString.)
Top
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