Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NView Class / SetChildIndex Method
node whose index to change
new index


In This Topic
    SetChildIndex Method (NView)
    In This Topic
    Sets a new index of the specified child node
    Syntax
    'Declaration
     
    
    Public Overridable Function SetChildIndex( _
       ByVal node As INNode, _
       ByVal index As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NView
    Dim node As INNode
    Dim index As System.Integer
    Dim value As System.Integer
     
    value = instance.SetChildIndex(node, index)
    public virtual System.int SetChildIndex( 
       INNode node,
       System.int index
    )

    Parameters

    node
    node whose index to change
    index
    new index

    Return Value

    previous node index
    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