ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Window functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
WinIconBarHeight (Function)
In french: FenHauteurBarreIcone
Returns or modifies the current height of the "Icon bar" area found in the current MDI parent window.
Example
// Modifies the height of the area
WinIconBarHeight(50)
// Retrieves the height of the area
AreaHeight is int
AreaHeight = WinIconBarHeight()
Syntax

Finding out the height of the "Icon Bar" area Hide the details

<Result> = WinIconBarHeight()
<Result>: Integer
Current size of the icon bar (in pixels).

Modifying the height of the "Icon Bar" area Hide the details

<Result> = WinIconBarHeight(<New Height>)
<Result>: Integer
Size of the icon bar before modification (in pixels).
<New Height>: Integer
New size of the icon bar (in pixels). If this parameter is not specified or if it is negative, the height of the icon bar remains unchanged.
Remarks
WinIconBarHeight has no effect if no MDI parent window is open.
Component: wd290obj.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help