TreeView for WinForms | ComponentOne
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 IntPtr, _
       ByVal hWndInsertAfter As Integer, _
       ByVal X As Integer, _
       ByVal Y As Integer, _
       ByVal cx As Integer, _
       ByVal cy As Integer, _
       ByVal uFlags As UInteger _
    ) As Boolean
    public static bool SetWindowPos( 
       IntPtr hWnd,
       int hWndInsertAfter,
       int X,
       int Y,
       int cx,
       int cy,
       uint uFlags
    )

    Parameters

    hWnd
    hWndInsertAfter
    X
    Y
    cx
    cy
    uFlags
    See Also