Prev Next
The TabCtrl_SetImageList macro assigns an image list to a tab control.
You can use this macro or explicitly send the TCM_SETIMAGELIST
message.
BOOL TabCtrl_SetImageList(
HWND hwnd,
|
|
HIMAGELIST himl
|
|
);
|
|
Parameters
-
hwnd
-
Handle to the tab control.
-
himl
-
Handle of the image list to assign to the tab control.
Return Values
Returns the handle to the previous image list or NULL if there is no previous
image list.
See Also
TCM_SETIMAGELIST
file: /Techref/os/win/api/win32/mac/src/mac04_16.htm, 1KB, , updated: 2000/4/7 11:19, local time: 2024/11/14 12:05,
|
| ©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_16.htm"> TabCtrl_SetImageList</A> |
Did you find what you needed?
|
|