SetLocation Method (TaskbarWin)

Class

TaskbarWin.

Action

Sets the location of the Windows taskbar.

Syntax

taskbar.SetLocation (Loc)
Variable Description
Loc Location to set the taskbar to. TBLOC.

Notes

You specify the location using a TBLOC.

Example

This example sets the taskbar to display along the top of the screen.

Taskbar.SetLocation (LOC_TOP)