Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeListData Class / Bind Method
The NTreeList instance to bind to.


In This Topic
    Bind Method
    In This Topic
    Binds to the specified tree-list. Once binded the tree-list may not be freely inserted items and/or columns. All previously added nodes will be removed.
    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
    The NTreeList instance to bind to.
    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