The information in this article applies to:
SUMMARYA size box is a small rectangle the user can expand to change the size of the window. When you want a size box, you create a SCROLLBAR window with the SBS_SIZEBOX flag. This action creates a size box with the height, width, and position that you specified in the call to CreateWindow. If you specify SBS_SIZEBOXBOTTOMRIGHTALIGN, the box will be aligned in the lower right of the rectangle you specified when creating the window. If you specify SBS_SIZEBOXTOPLEFTALIGN, the box will be aligned in the upper left of the rectangle you specified in your call to CreateWindow(). MORE INFORMATION
The user moves the mouse pointer over to the box, presses and holds the
left mouse button, and drags the mouse pointer to resize the window. When
the user does this, the borders on the window (the frame) move. When the
user releases the mouse button, the window is resized.
Additional query words: sizebox
Keywords : kbCtrl kbNTOS kbWinOS2000 kbScrollBar kbSDKWin32 kbGrpUser kbWinOS95 kbWinOS98 |
Last Reviewed: February 3, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |