Share via


WinAPI::setWindowPos Method [AX 2012]

Syntax

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
  • _flags
    Type: int

See Also

Reference

WinAPI Class