Specifies column state values.
Namespace:
callback.ShellBoost.Core.WindowsShell
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax [FlagsAttribute]
public enum CM_STATE
Members
| Member name | Value | Description |
---|
| CM_STATE_NONE | 0 |
The column is not currently displayed.
|
| CM_STATE_VISIBLE | 1 |
The column is currently displayed.
|
| CM_STATE_FIXEDWIDTH | 2 |
The column cannot be resized.
|
| CM_STATE_NOSORTBYFOLDERNESS | 4 |
Do not sort folders separately.
|
| CM_STATE_ALWAYSVISIBLE | 8 |
The column cannot be hidden.
|
See Also