| Visual Basic (Declaration) | |
|---|---|
Public Sub Remove( _ ByVal value As UltraTreeNode _ ) | |
| C# | |
|---|---|
public void Remove( UltraTreeNode value ) | |
Parameters
- value
- The UltraTreeNode to be removed.
| Infragistics2.Win.UltraWinTree.v8.1 | |
| Remove Method | |
| See Also | |
|
| Infragistics.Win.UltraWinTree Namespace > TreeNodesCollection Class : Remove Method |
| Visual Basic (Declaration) | |
|---|---|
Public Sub Remove( _ ByVal value As UltraTreeNode _ ) | |
| C# | |
|---|---|
public void Remove( UltraTreeNode value ) | |