Contents Index Topic Contents | ||
Previous Topic: SB_SETICON Next Topic: SB_SETPARTS |
SB_SETMINHEIGHT
SB_SETMINHEIGHT wParam = (WPARAM) minHeight; lParam = 0;Sets the minimum height of a status window's drawing area.
- No return value.
- minHeight
- Minimum height, in pixels, of the window.
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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.