ScrollWindowEx(IntPtr,Int32,Int32,RECT,RECT,IntPtr,IntPtr,UInt32) Method
In This Topic
Syntax
'Declaration
Public Overloads Shared Function ScrollWindowEx( _
ByVal As System.IntPtr, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByRef As Win32.RECT, _
ByRef As Win32.RECT, _
ByVal As System.IntPtr, _
ByVal As System.IntPtr, _
ByVal As System.UInteger _
) As System.Integer
public static System.int ScrollWindowEx(
System.IntPtr ,
System.int ,
System.int ,
ref Win32.RECT ,
ref Win32.RECT ,
System.IntPtr ,
System.IntPtr ,
System.uint
)
Parameters
- hWnd
- dx
- dy
- rcScroll
- rcClip
- hrgnUpdate
- rcUpdate
- flags
See Also