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


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

    Parameters

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