WinAPI::setWindowPos Method [AX 2012]

client public static boolean setWindowPos(
    int _handle, 
    int _left, 
    int _top, 
    int _width, 
    int _height, 
   [boolean _sizeOnly, 
    boolean _moveOnly, 
    int _flags])

Run On

Client

Parameters

_handle
Type: int
_left
Type: int
_top
Type: int
_width
Type: int
_height
Type: int
_sizeOnly
Type: boolean
_moveOnly
Type: boolean
_flags
Type: int
Show: