TabCtrl_SetPadding (Windows Embedded CE 6.0)
1/6/2010
This macro 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.
Syntax
void TabCtrl_SetPadding(
HWND hwnd,
int cx,
int cy
);
Parameters
- hwnd
Handle to the tab control.
- cxand cy
Amount of horizontal and vertical padding, in pixels.
Return Value
None.
Requirements
Header | commctrl.h |
Windows Embedded CE | Windows CE 1.0 and later |