UAOOI.Windows.Forms Namespace
UAOOI.Windows.Forms

TreeViewSearcher..::..GetNextNode Method

Gets the next node.

Namespace:  UAOOI.Windows.Forms
Assembly:  CAS.Windows.Forms (in CAS.Windows.Forms.dll)

Syntax


public static TreeNode GetNextNode(
	TreeNode CurrentTreeNode,
	bool JumpToTheBeginningWhenEndOfTreeIsReachedOrReturnNullIfItIsFalseAndEndOfTreeIsReached
)

Parameters

CurrentTreeNode
Type: TreeNode
The current tree node.
JumpToTheBeginningWhenEndOfTreeIsReachedOrReturnNullIfItIsFalseAndEndOfTreeIsReached
Type: Boolean
if set to true jump to the beginning when end of tree is reached or return null if it is false and end of tree is reached.

Return Value

the next node.