Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the state of a tree item. These values are used by methods of the INameSpaceTreeControl interface.
Syntax
typedef enum _NSTCITEMSTATE {
NSTCIS_NONE = 0,
NSTCIS_SELECTED = 0x1,
NSTCIS_EXPANDED = 0x2,
NSTCIS_BOLD = 0x4,
NSTCIS_DISABLED = 0x8,
NSTCIS_SELECTEDNOEXPAND = 0x10
} ;
Constants
NSTCIS_NONEValue: 0 The item has default state; it is not selected, expanded, bolded or disabled. |
NSTCIS_SELECTEDValue: 0x1 The item is selected. |
NSTCIS_EXPANDEDValue: 0x2 The item is expanded. |
NSTCIS_BOLDValue: 0x4 The item is bold. |
NSTCIS_DISABLEDValue: 0x8 The item is disabled. |
NSTCIS_SELECTEDNOEXPANDValue: 0x10 Windows 7 and later. The item is selected, but not expanded. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista, Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | shobjidl_core.h (include Shobjidl.h) |