Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeListData Class / CanBind Method


In This Topic
    CanBind Method
    In This Topic
    Determines whether the current instance may be bound to the specified tree-list.
    Syntax
    'Declaration
     
    
    Protected Overridable Function CanBind( _
       ByVal list As NTreeList _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NTreeListData
    Dim list As NTreeList
    Dim value As System.Boolean
     
    value = instance.CanBind(list)
    protected virtual System.bool CanBind( 
       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