Click or drag to resize

NamespaceTreeControlGetNextItem Method (Item, NSTCGNI)

Retrieves the next item in the tree according to which method is requested.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public Item GetNextItem(
	Item item,
	NSTCGNI type = NSTCGNI.NSTCGNI_NEXT
)

Parameters

item
Type: ShellBoost.Core.WindowsShellItem
The item.
type (Optional)
Type: ShellBoost.Core.WindowsShellNSTCGNI
The type of the next item.

Return Value

Type: Item
The next item that fits the criteria for the next item that was requested or null.
Exceptions
ExceptionCondition
ArgumentNullExceptionitem is null.
See Also