property Node.PrevNode as Node
Gets the previous sibling tree node.
Type
Description
Node
A Node object that indicates the previous sibling node.
Use the PrevNode property to get the previous sibling node. Use the
NextNode
property to get the next sibling node. Use the
FirstNode
property to get the first child node. Use the
Visible
property to hide a node. Use the
NextVisibleNode
property to get the next visible node. Use the
PrevVisibleNode
property to get the previous visible node. If there is no previous tree node, the PrevNode property returns a null reference (Nothing in Visual Basic).
Send comments on this topic.
© 1999-2008
Exontrol Inc, Software
. All rights reserved.