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