Vocola.net
Vocola 3.1 Function Library
MoveToEdge(edge, rectangleName)
Namespaces LibraryPointer ► MoveToEdge
Move the pointer to an edge of the specified rectangle.
Syntax
MoveToEdge(edge, rectangleName)
Parameters
edge
Named edge of specified rectangle: Top, Right, Bottom, Left, Top Right, Bottom Right, Bottom Left, or Top Left. Case insensitive.
rectangleName
Name of rectangle whose edge is desired. Case insensitive. Choices:
  • Window - Current window's bounding rectangle, as with MoveToEdge(edge).
  • WindowInner - Current window's inner rectangle (or "client area"), i.e., the part not occupied by the title bar, toolbars, etc.
  • Screen - Screen's bounding rectangle.
  • ScreenInner - Screen's inner rectangle (or "work area"), i.e., the part not occupied by the taskbar, docked windows, etc.
  • Screen2 - Bounding rectangle of a second screen, if present. Additional screens, if present, may be similarly referenced by number.
  • ScreenInner2 - Inner rectangle of a second screen, if present. Additional screens, if present, may be similarly referenced by number.
Remarks
See DragByScreenPercent for an example which also calls MoveToEdge.
See Also

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