Vocola.net
Vocola 3.1 Function Library
MoveToScreenEdge(edge)
Namespaces LibraryWindow ► MoveToScreenEdge
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);
Saying for example "Slam Top Left" moves the foreground window to the upper left corner of the work area.

Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)