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.
- No return value.
- cx and cy
- Amount of horizontal and vertical padding, in pixels.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.