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


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

    System.Object
       Nevron.UI.WinForm.Controls.NLightUIObject
          Nevron.UI.WinForm.Controls.NTreeListNodeSubItem
             Nevron.UI.WinForm.Controls.NTreeListNodeTextSubItem
                Nevron.UI.WinForm.Controls.NTreeListNodeFormattableSubItem
                Nevron.UI.WinForm.Controls.NTreeListNodeStringSubItem

    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