Prev Next
The TabCtrl_InsertItem macro inserts a new tab in a tab control. You
can use this macro or explicitly send the TCM_INSERTITEM
message.
int TabCtrl_InsertItem(
HWND hwnd,
|
|
int iItem,
|
|
const TC_ITEM FAR *pitem
|
|
);
|
|
Parameters
-
hwnd
-
Handle to the tab control.
-
iItem
-
Index of the new tab.
-
pitem
-
Pointer to a TC_ITEM structure that specifies the attributes of the
tab.
Return Values
Returns the index of the new tab if successful or - 1 otherwise.
See Also
TC_ITEM, TCM_INSERTITEM
file: /Techref/os/win/api/win32/mac/src/mac04_12.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/13 08:45,
|
| ©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://linistepper.com/techref/os/win/api/win32/mac/src/mac04_12.htm"> TabCtrl_InsertItem</A> |
Did you find what you needed?
|
|