Click or drag to resize

NamespaceTreeControlGetNextItem Method (Item, NSTCGNI)

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

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

Parameters

item
Type: callback.ShellBoost.Core.WindowsShellItem
The item.
type (Optional)
Type: callback.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