ESRI.ArcGIS.ADF.Web.UI.WebControls
Remove Method
See Also  Send Feedback
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 Shadows 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 new 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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.