ScrollWindowEx(IntPtr,Int32,Int32,RECT,RECT,IntPtr,RECT,Int32) 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, _
ByRef As Win32.RECT, _
ByVal As Integer _
) As Integer
public static int ScrollWindowEx(
IntPtr ,
int ,
int ,
ref Win32.RECT ,
ref Win32.RECT ,
IntPtr ,
ref Win32.RECT ,
int
)
Parameters
- hWnd
- dx
- dy
- prcScroll
- prcClip
- hrgnUpdate
- prcUpdate
- flags
See Also