UAOOI.Windows.Forms Namespace
UAOOI.Windows.Forms

TreeViewSearcher..::..GetPreviousNode Method

Gets the previous node.

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

Syntax


public static TreeNode GetPreviousNode(
	TreeNode CurrentTreeNode,
	bool JumpToTheEndWhenBeginningOfTreeIsReachedOrReturnNullIfItIsFalseAndBeginningOfTreeIsReached
)

Parameters

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

Return Value

the previous node.