Partager via


TCM_SETMINTABWIDTH (Windows CE 5.0)

Send Feedback

This message sets the minimum width of items in a tab control.

TCM_SETMINTABWIDTHwParam= 0;lParam= (LPARAM) (INT)cx;

Parameters

  • wParam
    Not used.
  • cx
    Minimum width to be set for a tab control item. If this parameter is set to –1, the control uses the default tab width.

Return Values

Returns an INT value that represents the previous minimum tab width.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Commctrl.h.

See Also

TabCtrl_SetMinTabWidth

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.