Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadTouchStrip Class / SpreadTouchStrip Constructor
The FpSpread in which you try to show the SpreadTouchStrip.


In This Topic
    SpreadTouchStrip Constructor
    In This Topic
    Creates a new SpreadTouchStrip instance.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal spread As FpSpread _
    )
    'Usage
     
    
    Dim spread As FpSpread
     
    Dim instance As New SpreadTouchStrip(spread)
    public SpreadTouchStrip( 
       FpSpread spread
    )

    Parameters

    spread
    The FpSpread in which you try to show the SpreadTouchStrip.
    See Also