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


In This Topic
    NTreeListNodeSubItemCollection Class
    In This Topic
    A strongly-typed collection of NTreeListNodeSubItem instances.
    Object Model
    NTreeListNodeSubItemCollection Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    <System.SerializableAttribute()>
    Public Class NTreeListNodeSubItemCollection 
       Inherits NLightUICollection
       Implements Nevron.UI.INSuspendable 
    'Usage
     
    
    Dim instance As NTreeListNodeSubItemCollection
    [System.Reflection.DefaultMember("Item")]
    [System.Serializable()]
    public class NTreeListNodeSubItemCollection : NLightUICollection, Nevron.UI.INSuspendable  
    Inheritance Hierarchy

    System.Object
       System.Collections.CollectionBase
          Nevron.UI.WinForm.Controls.NCollectionBase
             Nevron.UI.WinForm.Controls.NLightUICollection
                Nevron.UI.WinForm.Controls.NTreeListNodeSubItemCollection

    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