Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadVScrollBar Class / SpreadVScrollBar Constructor / SpreadVScrollBar Constructor(FpScrollBarButtonCollection)
A collection of buttons of the FarPoint horizontal scroll bar


In This Topic
    SpreadVScrollBar Constructor(FpScrollBarButtonCollection)
    In This Topic
    Initializes a new instance of the SpreadVScrollBar class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal buttons As FpScrollBarButtonCollection _
    )
    'Usage
     
    
    Dim buttons As FpScrollBarButtonCollection
     
    Dim instance As New SpreadVScrollBar(buttons)
    public SpreadVScrollBar( 
       FpScrollBarButtonCollection buttons
    )

    Parameters

    buttons
    A collection of buttons of the FarPoint horizontal scroll bar
    See Also