Moves the foreground window to an edge of the screen's work area.
Syntax
MoveToScreenEdge(edge)
Parameters
- edge
- Named edge of screen's inner rectangle: Top, Right, Bottom, Left, Top Right, Bottom Right, Bottom Left, or Top Left. Case insensitive.
Remarks
The screen's inner rectangle (or "work area") is the part not occupied by the taskbar.
Examples
CopyMove foreground window to a screen edge
Slam (Top | Bottom | Left | Right | Top Left | Bottom Left | Top Right | Bottom Right) = Window.MoveToScreenEdge($1);
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)