Defines the type of the next item.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax Members
| Member name | Value | Description |
---|
| NSTCGNI_NEXT | 0 |
The next sibling of the given item.
|
| NSTCGNI_NEXTVISIBLE | 1 |
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_PREV | 2 |
The previous sibling item of the given item.
|
| NSTCGNI_PREVVISIBLE | 3 |
The previous visible item that is a sibling item, sibling descendent item or a parent item.
|
| NSTCGNI_PARENT | 4 |
The parent item of the given item.
|
| NSTCGNI_CHILD | 5 |
The first child item of the given item.
|
| NSTCGNI_FIRSTVISIBLE | 6 |
The absolute first visible item in the tree (not relative to the given item).
|
| NSTCGNI_LASTVISIBLE | 7 |
The absolute last visible item in the tree (not relative to the given item).
|
See Also