Action
Returns the location of the Windows taskbar.
Syntax
Loc = taskbar.GetLocation()
Variable
|
Description
|
Loc
|
Location of the taskbar.
TBLOC.
|
Notes
The
GetLocation function returns a TBLOC that specifies the location of the taskbar.
Example
This example finds the location of the taskbar:
Print(Taskbar.GetLocation())
// Result:
// LOC_BOTTOM if taskbar is at the bottom of the screen