Action
Sets the size of the Windows taskbar.
Syntax
taskbar.SetSize (iSize)
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
Taskbar.SetSize (30)