InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / C1InputPanelBase Class / SetScrollPos Method

In This Topic
    SetScrollPos Method (C1InputPanelBase)
    In This Topic
    Sets the position of the specified scroll bar.
    Syntax
    'Declaration
     
    Protected Function SetScrollPos( _
       ByVal nBar As Integer, _
       ByVal pos As Integer _
    ) As Integer
    protected int SetScrollPos( 
       int nBar,
       int pos
    )

    Parameters

    nBar
    pos
    See Also