NSTCITEMSTATE Enumeration |
Specifies the state of a tree item.
Namespace:
callback.ShellBoost.Core.WindowsShell
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax [FlagsAttribute]
public enum NSTCITEMSTATE
Members
| Member name | Value | Description |
---|
| NSTCIS_NONE | 0 |
The item has default state; it is not selected, expanded, bolded or disabled.
|
| NSTCIS_SELECTED | 1 |
The item is selected.
|
| NSTCIS_EXPANDED | 2 |
The item is expanded.
|
| NSTCIS_BOLD | 4 |
The item is bold.
|
| NSTCIS_DISABLED | 8 |
The item is disabled.
|
| NSTCIS_SELECTEDNOEXPAND | 16 |
The item is selected, but not expanded.
|
See Also