Contents Index Topic Contents | ||
Previous Topic: Status Bar Messages Next Topic: SB_GETICON |
SB_GETBORDERS
SB_GETBORDERS wParam = 0; lParam = (LPARAM) (LPINT) aBorders;Retrieves the current widths of the horizontal and vertical borders of a status window.
- Returns TRUE if successful, or FALSE otherwise.
- aBorders
- Address of an integer array that has three elements. The first element receives the width of the horizontal border, the second receives the width of the vertical border, and the third receives the width of the border between rectangles.
The borders determine the spacing between the outside edge of the window and the rectangles within the window that contain text. The borders also determine the spacing between rectangles.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.