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