Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum SHCOLSTATE
Members
| Member name | Value | Description |
---|
| SHCOLSTATE_DEFAULT | 0 |
The value is displayed according to default settings for the column.
|
| SHCOLSTATE_TYPE_STR | 1 |
The value is displayed as a string.
|
| SHCOLSTATE_TYPE_INT | 2 |
The value is displayed as an integer.
|
| SHCOLSTATE_TYPE_DATE | 3 |
The value is displayed as a date/time.
|
| SHCOLSTATE_TYPEMASK | 15 |
A mask for display type values SHCOLSTATE_TYPE_STR, SHCOLSTATE_TYPE_INT, and SHCOLSTATE_TYPE_DATE.
|
| SHCOLSTATE_ONBYDEFAULT | 16 |
The column should be on by default in Details view.
|
| SHCOLSTATE_SLOW | 32 |
Will be slow to compute. Perform on a background thread.
|
| SHCOLSTATE_EXTENDED | 64 |
Provided by a handler, not the folder.
|
| SHCOLSTATE_SECONDARYUI | 128 |
Not displayed in the context menu, but is listed in the More... dialog.
|
| SHCOLSTATE_HIDDEN | 256 |
Not displayed in the UI.
|
| SHCOLSTATE_PREFER_VARCMP | 512 |
VarCmp produces same result as IShellFolder::CompareIDs.
|
| SHCOLSTATE_PREFER_FMTCMP | 1024 |
PSFormatForDisplay produces same result as IShellFolder::CompareIDs.
|
| SHCOLSTATE_NOSORTBYFOLDERNESS | 2048 |
Do not sort folders separately.
|
| SHCOLSTATE_VIEWONLY | 65536 |
Only displayed in the UI.
|
| SHCOLSTATE_BATCHREAD | 131072 |
Marks columns with values that should be read in a batch.
|
| SHCOLSTATE_NO_GROUPBY | 262144 |
Grouping is disabled for this column.
|
| SHCOLSTATE_FIXED_WIDTH | 4096 |
Can't resize the column
|
| SHCOLSTATE_NODPISCALE | 8192 |
The width is the same in all dpi.
|
| SHCOLSTATE_FIXED_RATIO | 16384 |
Fixed width and height ratio.
|
| SHCOLSTATE_DISPLAYMASK | 61440 |
Filters out new display flags.
|
See Also