Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadChildControlContainer Class / GetPreviousChildControl Method
Name of child control to start


In This Topic
    GetPreviousChildControl Method
    In This Topic
    Gets the previous child control in the container.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetPreviousChildControl( _
       ByVal startChild As Control _
    ) As Control
    'Usage
     
    
    Dim instance As SpreadChildControlContainer
    Dim startChild As Control
    Dim value As Control
     
    value = instance.GetPreviousChildControl(startChild)
    public virtual Control GetPreviousChildControl( 
       Control startChild
    )

    Parameters

    startChild
    Name of child control to start
    See Also