Nevron.UI.WinForm.Controls Namespace / NTreeListData Class / Bind Method


In This Topic
    Bind Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub Bind( _
       ByVal list As NTreeList _
    ) 
    'Usage
     
    
    Dim instance As NTreeListData
    Dim list As NTreeList
     
    instance.Bind(list)
    public void Bind( 
       NTreeList list
    )

    Parameters

    list
    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