NSTCITEMSTATE Enumeration |
Specifies the state of a tree item.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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