Contents Index Topic Contents | ||
Previous Topic: TabCtrl_SetMinTabWidth Next Topic: TabCtrl_SetToolTips |
TabCtrl_SetPadding
void TabCtrl_SetPadding( HWND hwnd, int cx, int cy );Sets the amount of space (padding) around each tab's icon and label in a tab control. You can use this macro or send the TCM_SETPADDING message explicitly.
- No return value.
- hwnd
- Handle to the tab control.
- cx and cy
- Amount of horizontal and vertical padding, in pixels.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.