ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / SetWindowPos Method / SetWindowPos(IntPtr,IntPtr,Int32,Int32,Int32,Int32,UInt32) Method

In This Topic
    SetWindowPos(IntPtr,IntPtr,Int32,Int32,Int32,Int32,UInt32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function SetWindowPos( _
       ByVal hWnd As System.IntPtr, _
       ByVal hWndInsertAfter As System.IntPtr, _
       ByVal x As System.Integer, _
       ByVal y As System.Integer, _
       ByVal cx As System.Integer, _
       ByVal cy As System.Integer, _
       ByVal uFlags As System.UInteger _
    ) As System.Boolean
    public static System.bool SetWindowPos( 
       System.IntPtr hWnd,
       System.IntPtr hWndInsertAfter,
       System.int x,
       System.int y,
       System.int cx,
       System.int cy,
       System.uint uFlags
    )

    Parameters

    hWnd
    hWndInsertAfter
    x
    y
    cx
    cy
    uFlags
    See Also