InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanel Class / GetScrollPos Method
The int value of scroll bar

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
    The int value of scroll bar
    See Also