![]() ![]() |
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
GetTopMostParentNode Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlusNodeCollection Class : GetTopMostParentNode Method |
- node
- The node whose top-most node to find.
Visual Basic (Declaration) | |
---|---|
Public Function GetTopMostParentNode( _ ByVal node As TreeViewPlusNode _ ) As TreeViewPlusNode |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As TreeViewPlusNodeCollection Dim node As TreeViewPlusNode Dim value As TreeViewPlusNode value = instance.GetTopMostParentNode(node) |
C# | |
---|---|
public TreeViewPlusNode GetTopMostParentNode( TreeViewPlusNode node ) |
Parameters
- node
- The node whose top-most node to find.
Return Value
Node at the top of the node hierarchy just below the TreeViewPlus.This will return the TreeViewPlusNode that is highest in the node's parent hierarchy. If the node is attached to a TreeViewPlus, the node will be the one just below the TreeViewPlus in the hierarchy. If the node has no Parent, the input node will be returned.
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