Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Specifies column state values. Used by members of the IColumnManager interface through the CM_COLUMNINFO structure.
Syntax
typedef enum CM_STATE {
CM_STATE_NONE = 0,
CM_STATE_VISIBLE = 0x1,
CM_STATE_FIXEDWIDTH = 0x2,
CM_STATE_NOSORTBYFOLDERNESS = 0x4,
CM_STATE_ALWAYSVISIBLE = 0x8
} ;
Constants
CM_STATE_NONEValue: 0 The column is not currently displayed. |
CM_STATE_VISIBLEValue: 0x1 The column is currently displayed. |
CM_STATE_FIXEDWIDTHValue: 0x2 The column cannot be resized. |
CM_STATE_NOSORTBYFOLDERNESSValue: 0x4 Do not sort folders separately. |
CM_STATE_ALWAYSVISIBLEValue: 0x8 The column cannot be hidden. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | shobjidl_core.h (include Shobjidl.h) |