Click or drag to resize

CM_STATE Enumeration

Specifies column state values.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum CM_STATE
Members
  Member nameValueDescription
CM_STATE_NONE0 The column is not currently displayed.
CM_STATE_VISIBLE1 The column is currently displayed.
CM_STATE_FIXEDWIDTH2 The column cannot be resized.
CM_STATE_NOSORTBYFOLDERNESS4 Do not sort folders separately.
CM_STATE_ALWAYSVISIBLE8 The column cannot be hidden.
See Also