WINHEIGHT Property
PLBCMP GUI Only
The WINHEIGHT property identifies the height of a WINDOW object including both the client and the non-client areas. The property uses the following format:
WINHEIGHT={value}
Note the following:
WINHEIGHT may be used in SETPROP or GETPROP statements of WINDOW objects.
The HEIGHT property identifies the height of the client area of a WINDOW object.
If needed, a user can subtract the client HEIGHT from the WINHEIGHT to determine the non-client height of a WINDOW.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |