Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeNodeCollection Class
Members


In This Topic
    NTreeNodeCollection Class
    In This Topic
    A collection of NTreeNode instances.
    Object Model
    NTreeNodeCollection Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.UI.WinForm.Controls.NTreeNodeCollection)>
    <System.SerializableAttribute()>
    Public Class NTreeNodeCollection 
       Inherits NLightUIItemCollection
       Implements Nevron.UI.INSuspendable 
    'Usage
     
    
    Dim instance As NTreeNodeCollection
    [System.Reflection.DefaultMember("Item")]
    [System.Xml.Serialization.XmlInclude(Nevron.UI.WinForm.Controls.NTreeNodeCollection)]
    [System.Serializable()]
    public class NTreeNodeCollection : NLightUIItemCollection, Nevron.UI.INSuspendable  
    Inheritance Hierarchy

    System.Object
       System.Collections.CollectionBase
          Nevron.UI.WinForm.Controls.NCollectionBase
             Nevron.UI.WinForm.Controls.NLightUIItemCollection
                Nevron.UI.WinForm.Controls.NTreeNodeCollection

    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