InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / C1InputPanel Class / GetScrollPos Method

In This Topic
    GetScrollPos Method (C1InputPanel)
    In This Topic
    Gets the scroll position of the specified scroll bar.
    Syntax
    'Declaration
     
    Protected Function GetScrollPos( _
       ByVal nBar As Integer _
    ) As Integer
    protected int GetScrollPos( 
       int nBar
    )

    Parameters

    nBar
    See Also