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

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

    Parameters

    handle
    nBar
    See Also