TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / SetScrollPos Method

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

    Parameters

    handle
    nBar
    pos
    See Also