Contents Index Topic Contents | ||
Previous Topic: TCM_SETITEMSIZE Next Topic: TCM_SETPADDING |
TCM_SETMINTABWIDTH
TCM_SETMINTABWIDTH wParam = 0; lParam = (LPARAM) (INT) cx;Sets the minimum width of items in a tab control. You can send this message explicitly or by using the TabCtrl_SetMinTabWidth macro.
- Returns an INT value that represents the previous minimum tab width.
- cx
- Minimum width to be set for a tab control item. If this parameter is set to -1, the control will use the default tab width.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.