Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / DrawingToolbar Class / SendToBack Method / SendToBack(FpSpread) Method


In This Topic
    SendToBack(FpSpread) Method
    In This Topic
    Sends the active legacy shape behind all other legacy shapes.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub SendToBack( _
       ByVal spread As FpSpread _
    ) 
    'Usage
     
    
    Dim spread As FpSpread
     
    DrawingToolbar.SendToBack(spread)
    public static void SendToBack( 
       FpSpread spread
    )

    Parameters

    spread
    See Also