The location of the Windows taskbar. The taskbar can be either at the left, top, right, or bottom of the screen.
4Test defines this enumerated data type as follows:
[-] type TBLOC is enum
[ ] LOC_LEFT = 1
[ ] LOC_TOP = 2
[ ] LOC_RIGHT = 3
[ ] LOC_BOTTOM = 4