ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.IntPtr, _
       ByVal nBar As System.UInteger _
    ) As System.Integer
    public static System.int GetScrollRange( 
       System.IntPtr handle,
       System.uint nBar
    )

    Parameters

    handle
    nBar
    See Also