TCM_SETPADDING message

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.

Parameters

lParam

The LOWORD is an INT value that specifies the amount of horizontal padding, in pixels. The HIWORD is an INT value that specifies the amount of vertical padding, in pixels.

Return value

No return value.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Commctrl.h