Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadShapesContainer Class / SendBackward Method


In This Topic
    SendBackward Method (SpreadShapesContainer)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public Overrides Sub SendBackward( _
       ByVal child As ElementWindowless _
    ) 
    'Usage
     
    
    Dim instance As SpreadShapesContainer
    Dim child As ElementWindowless
     
    instance.SendBackward(child)
    public override void SendBackward( 
       ElementWindowless child
    )

    Parameters

    child
    See Also