InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / ScrollableControl Class / GetScrollPos(Int32) Method
The int value of scroll bar

In This Topic
    GetScrollPos(Int32) Method
    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