Toolbar Standard Button Image Index Values
The following values specify index values of images within standard bitmaps. Use these values to specify an image index within a standard image list that was loaded with the TB_LOADIMAGES message.
The following index values correspond to images within standard image lists that the control creates for your convenience. The images depict actions that Windows applications commonly perform.
- Index values for IDB_HIST_LARGE_COLOR and IDB_HIST_SMALL_COLOR:
HIST_ADDTOFAVORITES | Add to favorites. |
HIST_BACK | Move back. |
HIST_FAVORITES | Open favorites folder. |
HIST_FORWARD | Move forward. |
HIST_VIEWTREE | View tree. |
- Index values for IDB_STD_LARGE_COLOR and IDB_STD_SMALL_COLOR:
STD_COPY | Copy operation. |
STD_CUT | Cut operation. |
STD_DELETE | Delete operation. |
STD_FILENEW | New file operation. |
STD_FILEOPEN | Open file operation. |
STD_FILESAVE | Save file operation. |
STD_FIND | Find operation. |
STD_HELP | Help operation. |
STD_PASTE | Paste operation. |
STD_PRINT | Print operation. |
STD_PRINTPRE | Print preview operation. |
STD_PROPERTIES | Properties operation. |
STD_REDOW | Redo operation. |
STD_REPLACE | Replace operation. |
STD_UNDO | Undo operation. |
- Index values for IDB_VIEW_LARGE_COLOR and IDB_VIEW_SMALL_COLOR:
VIEW_DETAILS | Details view. |
VIEW_LARGEICONS | Large icons view. |
VIEW_LIST | List view. |
VIEW_NETCONNECT | Connect to network drive. |
VIEW_NETDISCONNECT | Disconnect from network drive. |
VIEW_NEWFOLDER | New folder. |
VIEW_PARENTFOLDER | Go to parent folder. |
VIEW_SMALLICONS | Small icon view. |
VIEW_SORTDATE | Sort by date. |
VIEW_SORTNAME | Sort by name. |
VIEW_SORTSIZE | Sort by size. |
VIEW_SORTTYPE | Sort by type. |
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.