Toolbar Standard Button Image Index Values
This section specifies index values of images within standard bitmaps.
Index values for IDB_HIST_LARGE_COLOR and IDB_HIST_SMALL_COLOR:
Constant | Description |
---|---|
|
Add to favorites. |
|
Move back. |
|
Open favorites folder. |
|
Move forward. |
|
View tree. |
Index values for IDB_STD_LARGE_COLOR and IDB_STD_SMALL_COLOR:
Constant | Description |
---|---|
|
Copy operation. |
|
Cut operation. |
|
Delete operation. |
|
New file operation. |
|
Open file operation. |
|
Save file operation. |
|
Find operation. |
|
Help operation. |
|
Paste operation. |
|
Print operation. |
|
Print preview operation. |
|
Properties operation. |
|
Redo operation. |
|
Replace operation. |
|
Undo operation. |
Index values for IDB_VIEW_LARGE_COLOR and IDB_VIEW_SMALL_COLOR:
Constant | Description |
---|---|
|
Details view. |
|
Large icons view. |
|
List view. |
|
Connect to network drive. |
|
Disconnect from network drive. |
|
New folder. |
|
Go to parent folder. |
|
Small icon view. |
|
Sort by date. |
|
Sort by name. |
|
Sort by size. |
|
Sort by type. |
Remarks
You use these values to specify an image index within a standard image list that was loaded with the TB_LOADIMAGES message. The index values correspond to images within the standard bitmaps used by common controls.
Each of the following headings contains an image list of the large icons, an image list of the small icons, and a table that matches the constant of each icon to its index value.
IDB_HIST_LARGE_COLOR and IDB_HIST_SMALL_COLOR:
Define | Value |
---|---|
HIST_BACK | 0 |
HIST_FORWARD | 1 |
HIST_FAVORITES | 2 |
HIST_ADDTOFAVORITES | 3 |
HIST_VIEWTREE | 4 |
IDB_STD_LARGE_COLOR and IDB_STD_SMALL_COLOR:
Define | Value |
---|---|
STD_CUT | 0 |
STD_COPY | 1 |
STD_PASTE | 2 |
STD_UNDO | 3 |
STD_REDOW | 4 |
STD_DELETE | 5 |
STD_FILENEW | 6 |
STD_FILEOPEN | 7 |
STD_FILESAVE | 8 |
STD_PRINTPRE | 9 |
STD_PROPERTIES | 10 |
STD_HELP | 11 |
STD_FIND | 12 |
STD_REPLACE | 13 |
STD_PRINT | 14 |
IDB_VIEW_LARGE_COLOR and IDB_VIEW_SMALL_COLOR:
Define | Value |
---|---|
VIEW_LARGEICONS | 0 |
VIEW_SMALLICONS | 1 |
VIEW_LIST | 2 |
VIEW_DETAILS | 3 |
VIEW_SORTNAME | 4 |
VIEW_SORTSIZE | 5 |
VIEW_SORTDATE | 6 |
VIEW_SORTTYPE | 7 |
VIEW_PARENTFOLDER | 8 |
VIEW_NETCONNECT | 9 |
VIEW_NETDISCONNECT | 10 |
VIEW_NEWFOLDER | 11 |
Requirements
Define | Value |
---|---|
Header |
|