InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util.Win Namespace / Win32 Class / MoveWindow Method

In This Topic
    MoveWindow Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function MoveWindow( _
       ByVal hWnd As IntPtr, _
       ByVal X As Integer, _
       ByVal Y As Integer, _
       ByVal nWidth As Integer, _
       ByVal nHeight As Integer, _
       ByVal bRepaint As Boolean _
    ) As Boolean
    public static bool MoveWindow( 
       IntPtr hWnd,
       int X,
       int Y,
       int nWidth,
       int nHeight,
       bool bRepaint
    )

    Parameters

    hWnd
    X
    Y
    nWidth
    nHeight
    bRepaint
    See Also