Prev Next
The TabCtrl_SetPadding macro sets the amount of space (padding) around
each tab’s icon and label in a tab control. You can use this macro or
explicitly send the TCM_SETPADDING message.
void TabCtrl_SetPadding(
HWND hwnd,
|
|
int cx,
|
|
int cy
|
|
);
|
|
Parameters
-
cx and cy
-
Amount of horizontal and vertical padding, in pixels.
-
hwnd
-
Handle to the tab control.
Return Values
No return value.
See Also
TCM_SETPADDING
file: /Techref/os/win/api/win32/mac/src/mac04_20.htm, 1KB, , updated: 2000/4/7 11:19, local time: 2024/11/12 14:07,
|
| ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://sxlist.com/Techref/os/win/api/win32/mac/src/mac04_20.htm"> TabCtrl_SetPadding</A> |
Did you find what you needed?
|
.
|