TabCtrl_InsertItem macro (commctrl.h)

Inserts a new tab in a tab control. You can use this macro or send the TCM_INSERTITEM message explicitly.

Syntax

void TabCtrl_InsertItem(
   hwnd,
   iItem,
   pitem
);

Parameters

hwnd

Type: HWND

Handle to the tab control.

iItem

Type: int

Index of the new tab.

pitem

Type: const LPTCITEM

Pointer to a TCITEM structure that specifies the attributes of the tab. The dwState and dwStateMask members of this structure are ignored by this message.

Return value

None

Requirements

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