Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeListData Class / CreateSubItem Method
The value to create item for.


In This Topic
    CreateSubItem Method
    In This Topic
    Creates a sub-item for the specified value. Depending on the value's type different NTreeListNodeSubItem instances will be created.
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateSubItem( _
       ByVal value As System.Object _
    ) As NTreeListNodeSubItem
    'Usage
     
    
    Dim instance As NTreeListData
    Dim value As System.Object
    Dim value As NTreeListNodeSubItem
     
    value = instance.CreateSubItem(value)
    protected virtual NTreeListNodeSubItem CreateSubItem( 
       System.object value
    )

    Parameters

    value
    The value to create item for.
    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