SetWindowPos(IntPtr,Int32,Int32,Int32,Int32,Int32,UInt32) Method
In This Topic
Syntax
'Declaration
Public Overloads Shared Function SetWindowPos( _
ByVal As IntPtr, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As UInteger _
) As Boolean
public static bool SetWindowPos(
IntPtr ,
int ,
int ,
int ,
int ,
int ,
uint
)
Parameters
- hWnd
- hWndInsertAfter
- X
- Y
- cx
- cy
- uFlags
See Also