ESRI.ArcGIS.ADF.Web.UI.WebControls
Remove Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlusNodeCollection Class : Remove Method




node
A reference to the TreeViewPlusNode to remove.
Removes a TreeViewPlusNode from the collection.

Syntax

Visual Basic (Declaration) 
Public Function Remove( _
   ByVal node As TreeViewPlusNode _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As TreeViewPlusNodeCollection
Dim node As TreeViewPlusNode
Dim value As Boolean
 
value = instance.Remove(node)
C# 
public bool Remove( 
   TreeViewPlusNode node
)

Parameters

node
A reference to the TreeViewPlusNode to remove.

Return Value

true if the node was removed, false otherwise. false will be returned if the node specified was not present in the collection, or if a NodeRemoving event handler canceled the node removal.

See Also

© 2010 All Rights Reserved.