Nevron.Examples.Framework.WinForm Namespace / NExamplesForm Class / LoadTreeFolder Method


In This Topic
    LoadTreeFolder Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function LoadTreeFolder( _
       ByVal treePath As System.String, _
       ByVal folder As NExampleFolderEntity _
    ) As System.Windows.Forms.TreeNode
    'Usage
     
    
    Dim instance As NExamplesForm
    Dim treePath As System.String
    Dim folder As NExampleFolderEntity
    Dim value As System.Windows.Forms.TreeNode
     
    value = instance.LoadTreeFolder(treePath, folder)
    protected virtual System.Windows.Forms.TreeNode LoadTreeFolder( 
       System.string treePath,
       NExampleFolderEntity folder
    )

    Parameters

    treePath
    folder
    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