Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockZoneBase Class / SetChildIndex Method
The specified child.
The desired index.


In This Topic
    SetChildIndex Method (NDockZoneBase)
    In This Topic
    Sets the preffered index to the specified child.
    Syntax
    'Declaration
     
    
    Public Overridable Function SetChildIndex( _
       ByVal child As INDockZoneChild, _
       ByVal index As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NDockZoneBase
    Dim child As INDockZoneChild
    Dim index As System.Integer
    Dim value As System.Boolean
     
    value = instance.SetChildIndex(child, index)
    public virtual System.bool SetChildIndex( 
       INDockZoneChild child,
       System.int index
    )

    Parameters

    child
    The specified child.
    index
    The desired index.

    Return Value

    True if the operation was successful, false otherwise.
    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