Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / TextShape Class / SendToBack Method


In This Topic
    SendToBack Method (TextShape)
    In This Topic
    Internal use only. Move child to the bottom.
    Syntax
    'Declaration
     
    
    Public Overridable Sub SendToBack( _
       ByVal child As Object _
    ) 
    'Usage
     
    
    Dim instance As TextShape
    Dim child As Object
     
    instance.SendToBack(child)
    public virtual void SendToBack( 
       object child
    )

    Parameters

    child
    See Also