Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the node's previous TreeNode sibling.
Syntax
Visual Basic Protected Function
GetPreviousSibling( ) As TreeNodeC# protected TreeNode
GetPreviousSibling( );Managed C++ protected: TreeNode
GetPreviousSibling( );JScript protected function
GetPreviousSibling( );
Return Value
The previous TreeNode sibling of the current node.
Remarks
If there are no previous siblings of a TreeNode, this method will return
null.
Applies To
TREENODE
See Also
Internet Explorer WebControls, About the TreeView WebControl