CM_STATE enumeration
Specifies column state values. Used by members of the IColumnManager interface through the CM_COLUMNINFO structure.
Syntax
typedef enum CM_STATE { CM_STATE_NONE = 0x00000000, CM_STATE_VISIBLE = 0x00000001, CM_STATE_FIXEDWIDTH = 0x00000002, CM_STATE_NOSORTBYFOLDERNESS = 0x00000004, CM_STATE_ALWAYSVISIBLE = 0x00000008 } CM_STATE;
Constants
- CM_STATE_NONE
-
The column is not currently displayed.
- CM_STATE_VISIBLE
-
The column is currently displayed.
- CM_STATE_FIXEDWIDTH
-
The column cannot be resized.
- CM_STATE_NOSORTBYFOLDERNESS
-
Do not sort folders separately.
- CM_STATE_ALWAYSVISIBLE
-
The column cannot be hidden.
Requirements
|
Minimum supported client | Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
Send comments about this topic to Microsoft
Build date: 11/28/2012