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


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

    System.Object
       System.Collections.CollectionBase
          Nevron.UI.WinForm.Controls.NCollectionBase
             Nevron.UI.WinForm.Controls.NTreeListColumnCollection

    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