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


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

    Parameters

    spread
    See Also