MoveWindow Method (Win32)
In This Topic
Syntax
'Declaration
Public Shared Function MoveWindow( _
ByVal As System.IntPtr, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Boolean _
) As System.Boolean
public static System.bool MoveWindow(
System.IntPtr ,
System.int ,
System.int ,
System.int ,
System.int ,
System.bool
)
Parameters
- hWnd
- X
- Y
- nWidth
- nHeight
- bRepaint
See Also