The TBADDBITMAP structure adds a bitmap that contains button images to a toolbar.
typedef struct { // tbab HINSTANCE hInst; UINT nID; } TBADDBITMAP, *LPTBADDBITMAP;
Value |
Meaning |
IDB_STD_LARGE_COLOR |
Adds large, color standard bitmaps. |
IDB_STD_SMALL_COLOR |
Adds small, color standard bitmaps. |
IDB_VIEW_LARGE_COLOR |
Adds large, color view bitmaps. |
IDB_VIEW_SMALL_COLOR |
Adds small, color view bitmaps. |
For more information about the system-defined standard and view bitmaps, see
the following Remarks section.
The Windows header files provide the following values that you use as indexes to the standard and view bitmaps.
STD_COPY |
STD_PASTE |
STD_CUT |
STD_PRINT |
STD_DELETE |
STD_PRINTPRE |
STD_FILENEW |
STD_PROPERTIES |
STD_FILEOPEN |
STD_REDOW |
STD_FILESAVE |
STD_REPLACE |
STD_FIND |
STD_UNDO |
STD_HELP |
VIEW_LARGEICONS |
VIEW_SORTNAME |
VIEW_SMALLICONS |
VIEW_SORTSIZE |
VIEW_LIST |
VIEW_SORTDATE |
VIEW_DETAILS |
VIEW_SORTTYPE |
The TBADDBITMAP structure is used with the TB_ADDBITMAP message.
file: /Techref/os/win/api/win32/struc/src/str21_1.htm, 4KB, , updated: 2000/4/7 11:20, local time: 2024/11/5 03:40,
3.144.40.182:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©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/struc/src/str21_1.htm"> TBADDBITMAP</A> |
Did you find what you needed? |