Share via


TabCtrl_SetMinTabWidth

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

int TabCtrl_SetMinTabWidth(
HWND hwndTab, 
INT cx );

Parameters

  • hwndTab
    Handle to the tab control.
  • 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.

Return Values

Integer that represents the previous minimum tab width.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 2.0 and later Commctrl.h    

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

TCM_SETMINTABWIDTH

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.