Infragistics2.Win.UltraWinTree.v8.1
Remove Method
See Also 
Infragistics.Win.UltraWinTree Namespace > TreeNodesCollection Class : Remove Method

value
The UltraTreeNode to be removed.
Removes a node from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal value As UltraTreeNode _
) 
C# 
public void Remove( 
   UltraTreeNode value
)

Parameters

value
The UltraTreeNode to be removed.

See Also