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

In This Topic
    GetScrollPos Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetScrollPos( _
       ByVal handle As IntPtr, _
       ByVal nBar As UInteger _
    ) As Integer
    public static int GetScrollPos( 
       IntPtr handle,
       uint nBar
    )

    Parameters

    handle
    nBar
    See Also