Nevron .NET Vision
Nevron.Diagram Namespace / NSceneTreeViewControl Class / BuildDiagramElementToTreeNodeTable Method


In This Topic
    BuildDiagramElementToTreeNodeTable Method
    In This Topic
    Builds a hashtable in which the key is a INDiagramElement and the value is a TreeNode
    Syntax
    'Declaration
     
    
    Public Overridable Sub BuildDiagramElementToTreeNodeTable( _
       ByVal parentNode As System.Windows.Forms.TreeNode, _
       ByRef table As System.Collections.Hashtable _
    ) 
    'Usage
     
    
    Dim instance As NSceneTreeViewControl
    Dim parentNode As System.Windows.Forms.TreeNode
    Dim table As System.Collections.Hashtable
     
    instance.BuildDiagramElementToTreeNodeTable(parentNode, table)
    public virtual void BuildDiagramElementToTreeNodeTable( 
       System.Windows.Forms.TreeNode parentNode,
       ref System.Collections.Hashtable table
    )

    Parameters

    parentNode
    table
    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