Contents Index Topic Contents | ||
Previous Topic: TB_SETBUTTONSIZE Next Topic: TB_SETCMDID |
TB_SETBUTTONWIDTH
TB_SETBUTTONWIDTH wParam = 0; lParam = (LPARAM)(DWORD) MAKELONG(cxMin,cxMax);Sets the minimum and maximum button widths in the toolbar control.
- Returns nonzero if successful, or zero otherwise.
- cxMin
- Minimum button width, in pixels. Toolbar buttons will never be narrower than this value.
- cxMax
- Maximum button width, in pixels. If button text is too wide, the control displays it with ellipsis points.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.