Nevron.Examples.Framework.WinForm Namespace / NTreeSearchControl Class / m_Tree Field


In This Topic
    m_Tree Field
    In This Topic
    Syntax
    'Declaration
     
    
    Protected m_Tree As System.Windows.Forms.TreeView
    'Usage
     
    
    Dim instance As NTreeSearchControl
    Dim value As System.Windows.Forms.TreeView
     
    value = instance.m_Tree
     
    instance.m_Tree = value
    protected System.Windows.Forms.TreeView m_Tree
    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