Contents Index Topic Contents | ||
Previous Topic: SB_SETMINHEIGHT Next Topic: SB_SETTEXT |
SB_SETPARTS
SB_SETPARTS wParam = (WPARAM) nParts; lParam = (LPARAM) (LPINT) aWidths;Sets the number of parts in a status window and the coordinate of the right edge of each part.
- Returns TRUE if successful, or FALSE otherwise.
- nParts
- Number of parts to set (cannot be greater than 255).
- aWidths
- Address of an integer array that has the same number of elements as parts specified by nParts. Each element in the array specifies the position, in client coordinates, of the right edge of the corresponding part. If an element is -1, the position of the right edge for that part extends to the right edge of the window.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.