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


In This Topic
    NTreeListNodeNumericSubItem Class
    In This Topic
    A NTreeListNodeSubItem which stores numeric data. Primitive types like Byte, SByte, In16, In32, Int64, Float, Double, etc. will be handled by an instance of that item.
    Object Model
    NTreeListNodeNumericSubItem Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.UI.WinForm.Controls.NTreeListNodeNumericSubItem)>
    <System.SerializableAttribute()>
    Public Class NTreeListNodeNumericSubItem 
       Inherits NTreeListNodeFormattableSubItem
       Implements Nevron.INReferenceHolder 
    'Usage
     
    
    Dim instance As NTreeListNodeNumericSubItem
    [System.Xml.Serialization.XmlInclude(Nevron.UI.WinForm.Controls.NTreeListNodeNumericSubItem)]
    [System.Serializable()]
    public class NTreeListNodeNumericSubItem : NTreeListNodeFormattableSubItem, 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.NTreeListNodeNumericSubItem

    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