Set Minimum Height - Status Bar SENDMSG() Function 25
Syntax
NULL$=SENDMSG(sysgui,id,25,int,$${,context{,ERR=lineref}})
Description
This function sets the minimum height of the status bar and returns a null string.
|
Parameter |
Description |
|
sysgui |
SYSGUI channel. |
|
id |
Status bar control ID. |
|
25 |
Number of this SENDMSG() function. |
|
int |
Minimum status bar height, in pixels. |
|
$$ |
Always null. |
Normally, the status bar height is determined by the font selected into the control. However, specifying a minimum height can achieve a better appearance when the font size is small.