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


In This Topic
    NTreeListNodeImageSubItem Class
    In This Topic
    A NTreeListNodeSubItem which stores Image data.
    Object Model
    NTreeListNodeImageSubItem Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.UI.WinForm.Controls.NTreeListNodeTextSubItem)>
    <System.SerializableAttribute()>
    Public Class NTreeListNodeImageSubItem 
       Inherits NTreeListNodeSubItem
       Implements Nevron.INReferenceHolder 
    'Usage
     
    
    Dim instance As NTreeListNodeImageSubItem
    [System.Xml.Serialization.XmlInclude(Nevron.UI.WinForm.Controls.NTreeListNodeTextSubItem)]
    [System.Serializable()]
    public class NTreeListNodeImageSubItem : NTreeListNodeSubItem, Nevron.INReferenceHolder  
    Inheritance Hierarchy

    System.Object
       Nevron.UI.WinForm.Controls.NLightUIObject
          Nevron.UI.WinForm.Controls.NTreeListNodeSubItem
             Nevron.UI.WinForm.Controls.NTreeListNodeImageSubItem

    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