|
Previous Top Next |
Prototype: | (),Long |
Returns | Return the height of the Windows taskbar in pixels |
This method uses the FindWindow and GetWindowRect api functions to get the height of the shell tray window and thus the taskbar. There are other ways to do this that can also take into account other dockable toolbars such as MS Office etc. and we may add those later if there is interest.
Example:
ITW ITWindowsClass
TBH Long
Code
TBH = ITW.GetTaskBarHeight()
Message('Toolbar Height: ' & TBH)
See also: