TCM_SETPADDINGTCM_SETPADDING*
*Contents  *Index  *Topic Contents
*Previous Topic: TCM_SETMINTABWIDTH
*Next Topic: TCM_SETTOOLTIPS

TCM_SETPADDING


TCM_SETPADDING 
    wParam = 0;
    lParam = MAKELPARAM(cx, cy);

Sets the amount of space (padding) around each tab's icon and label in a tab control. You can send this message explicitly or by using the TabCtrl_SetPadding macro.

cx and cy
Amount of horizontal and vertical padding, in pixels.

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