Share via


GetSiblingNodeCollection Method

Retrieves the TreeNodeCollection containing the current TreeNode.

Syntax

Visual Basic  Public  Function 
GetSiblingNodeCollection( ) As TreeNodeCollection
C# public  TreeNodeCollection 
GetSiblingNodeCollection( );
Managed C++ public:  TreeNodeCollection 
GetSiblingNodeCollection( );
JScript public  function
GetSiblingNodeCollection( );

Return Value

The TreeNodeCollection of the current node.

Applies To

TREENODE

See Also

Internet Explorer WebControls, About the TreeView WebControl