Click or drag to resize

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
C#
[FlagsAttribute]
public enum NSTCITEMSTATE
Members
  Member nameValueDescription
NSTCIS_NONE0 The item has default state; it is not selected, expanded, bolded or disabled.
NSTCIS_SELECTED1 The item is selected.
NSTCIS_EXPANDED2 The item is expanded.
NSTCIS_BOLD4 The item is bold.
NSTCIS_DISABLED8 The item is disabled.
NSTCIS_SELECTEDNOEXPAND16 The item is selected, but not expanded.
See Also