|

Image list


A bitmap image (maximum 24bit supported) that contains 16x16 icons to be used by the menu bar or

Application.ShowPopupMenu action as icons for each menu item.


image

image

Note: The image used as the image list must be a bitmap image (.bmp). The following example illustrates a proper image list:


The picture above includes three 16x16 icons. The orange icon (left-most) has an index of 0. The purple icon (middle) has an index of 1. The circle icon (right-most) has an index of 2.


image

Note: To specify which icon each menu item will display, specify the Image index in each menu item's properties.


|