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


In This Topic
    NTreeNode Class
    In This Topic
    Represents an item (node) in a NTreeViewEx control.
    Object Model
    NTreeNode Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.UI.WinForm.Controls.NTreeListNode)>
    <System.SerializableAttribute()>
    Public Class NTreeNode 
       Inherits NLightUIItemContainer
       Implements Nevron.INReferenceHolder, Nevron.INReferenceProvider, INLightUIItemContainer 
    'Usage
     
    
    Dim instance As NTreeNode
    [System.Xml.Serialization.XmlInclude(Nevron.UI.WinForm.Controls.NTreeListNode)]
    [System.Serializable()]
    public class NTreeNode : NLightUIItemContainer, Nevron.INReferenceHolder, Nevron.INReferenceProvider, INLightUIItemContainer  
    Inheritance Hierarchy

    System.Object
       Nevron.UI.WinForm.Controls.NLightUIObject
          Nevron.UI.WinForm.Controls.NLightUIItem
             Nevron.UI.WinForm.Controls.NLightUIItemContainer
                Nevron.UI.WinForm.Controls.NTreeNode
                   Nevron.UI.WinForm.Controls.NTreeListNode

    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