ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / SetScrollPos Method

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

    Parameters

    handle
    nBar
    pos
    See Also