|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
| -
| Header File
| commctrl.h
| Unicode
| No
| Platform Notes
| None
|
|
|
SB_SETMINHEIGHT
The SB_SETMINHEIGHT message sets the minimum height of a status window's
drawing area.
SB_SETMINHEIGHT
wParam = (WPARAM) minHeight;
lParam = 0;
Parameters
minHeight
Minimum height, in pixels, of the window.
Return Values
No return value.
Remarks
The minimum height is the sum of wParam and twice the width, in pixels, of the vertical border of the status window.
An application must send the WM_SIZE message to the status window to redraw the
window. The wParam and lParam parameters of the WM_SIZE message should be set to zero.
See Also
WM_SIZE
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|