GetSize Function

Class

TaskbarWin.

Action

Returns the size of the Windows taskbar.

Syntax

iSize = taskbar.GetSize()
Variable Description
iSize Size of the taskbar. INTEGER.

Notes

The size is the height in pixels if the taskbar is at the top or bottom of the screen. The size is the width in pixels if the taskbar is at the left or right side of the screen.

Example

The following example prints the size of the taskbar.

Print(Taskbar.GetSize())