énumération CM_STATE (shobjidl_core.h)

Spécifie les valeurs d’état de colonne. Utilisé par les membres de l’interface IColumnManager via la structure CM_COLUMNINFO .

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
} ;

Constantes

 
CM_STATE_NONE
Valeur : 0
La colonne n’est pas affichée actuellement.
CM_STATE_VISIBLE
Valeur : 0x1
La colonne est actuellement affichée.
CM_STATE_FIXEDWIDTH
Valeur : 0x2
La colonne ne peut pas être redimensionnée.
CM_STATE_NOSORTBYFOLDERNESS
Valeur : 0x4
Ne triez pas les dossiers séparément.
CM_STATE_ALWAYSVISIBLE
Valeur : 0x8
La colonne ne peut pas être masquée.

Configuration requise

   
Client minimal pris en charge Windows Vista [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2008 [applications de bureau uniquement]
En-tête shobjidl_core.h (incluez Shobjidl.h)