TabCtrl_SetMinTabWidthTabCtrl_SetMinTabWidth*
*



Contents  *



Index  *Topic Contents
*Previous Topic: TabCtrl_SetItemSize
*Next Topic: TabCtrl_SetPadding

TabCtrl_SetMinTabWidth


int TabCtrl_SetMinTabWidth(
    HWND hwndTab,
    INT cx
);

Sets the minimum width of items in a tab control. You can use this macro or send the TCM_SETMINTABWIDTH message explicitly.

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.

Version 4.70


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.