Desktop.SetWorkArea
Description
- Sets the size of the maximum work area on the desktop screen.
Syntax
- Desktop.SetWorkArea(left, top, bottom, right)
- Desktop.SetWorkArea("left top bottom right")
Parameters
- left
- (integer) left screen coordinate
- top
- (integer) top screen coordinate
- bottom
- (integer) bottom screen coordinate
- right
- (integer) right screen coordinate
Examples
- Desktop.setWorkArea("0 0 1024 747")
- Sets work area to the rectangle bounded by top left coord (0,0) and bottom right coord (1024, 747).
Notes
- The desktop work area is equivalent to the space taken up by a maximized window.
See Also
-
PPSR > Plugins > The Plugins > Win > System > SetWorkArea