Click or drag to resize

NSTCGNI Enumeration

Defines the type of the next item.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public enum NSTCGNI
Members
  Member nameValueDescription
NSTCGNI_NEXT0 The next sibling of the given item.
NSTCGNI_NEXTVISIBLE1 The next visible item in the tree that has any relationship to the given item. This includes a child (if there is one), the next sibling, or even one of the ancestor's siblings.
NSTCGNI_PREV2 The previous sibling item of the given item.
NSTCGNI_PREVVISIBLE3 The previous visible item that is a sibling item, sibling descendent item or a parent item.
NSTCGNI_PARENT4 The parent item of the given item.
NSTCGNI_CHILD5 The first child item of the given item.
NSTCGNI_FIRSTVISIBLE6 The absolute first visible item in the tree (not relative to the given item).
NSTCGNI_LASTVISIBLE7 The absolute last visible item in the tree (not relative to the given item).
See Also