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