ComponentOne SuperTooltip for WinForms
C1.Win.4.8 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 System.IntPtr, _
       ByVal X As System.Integer, _
       ByVal Y As System.Integer, _
       ByVal nWidth As System.Integer, _
       ByVal nHeight As System.Integer, _
       ByVal bRepaint As System.Boolean _
    ) As System.Boolean
    public static System.bool MoveWindow( 
       System.IntPtr hWnd,
       System.int X,
       System.int Y,
       System.int nWidth,
       System.int nHeight,
       System.bool bRepaint
    )

    Parameters

    hWnd
    X
    Y
    nWidth
    nHeight
    bRepaint
    See Also