TreeView for WinForms | ComponentOne
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 IntPtr, _
       ByVal hWndInsertAfter As IntPtr, _
       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,
       IntPtr hWndInsertAfter,
       int x,
       int y,
       int cx,
       int cy,
       uint uFlags
    )

    Parameters

    hWnd
    hWndInsertAfter
    x
    y
    cx
    cy
    uFlags
    See Also