Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadSkinsForm Class / SpreadSkinsForm Constructor / SpreadSkinsForm Constructor(FpSpread)
Target Spread component


In This Topic
    SpreadSkinsForm Constructor(FpSpread)
    In This Topic
    Creates a Spread skins form with the specified Spread component.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal target As FpSpread _
    )
    'Usage
     
    
    Dim target As FpSpread
     
    Dim instance As New SpreadSkinsForm(target)
    public SpreadSkinsForm( 
       FpSpread target
    )

    Parameters

    target
    Target Spread component
    See Also