Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeNodePath Class / FromNode Method


In This Topic
    FromNode Method (NTreeNodePath)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function FromNode( _
       ByVal node As NTreeNode _
    ) As NTreeNodePath
    'Usage
     
    
    Dim node As NTreeNode
    Dim value As NTreeNodePath
     
    value = NTreeNodePath.FromNode(node)
    public static NTreeNodePath FromNode( 
       NTreeNode node
    )

    Parameters

    node
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also