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


In This Topic
    NLightUIItemContainer Class
    In This Topic
    Represents a NLightUIItem which may contain other items as children.
    Object Model
    NLightUIItemContainer Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.UI.WinForm.Controls.NTreeNode)>
    <System.SerializableAttribute()>
    Public MustInherit Class NLightUIItemContainer 
       Inherits NLightUIItem
       Implements Nevron.INReferenceHolder, Nevron.INReferenceProvider, INLightUIItemContainer 
    'Usage
     
    
    Dim instance As NLightUIItemContainer
    [System.Xml.Serialization.XmlInclude(Nevron.UI.WinForm.Controls.NTreeNode)]
    [System.Serializable()]
    public abstract class NLightUIItemContainer : NLightUIItem, 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

    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