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

In This Topic
    SetWindowPos(IntPtr,Int32,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.Integer, _
       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.int 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