<< Click to Display Table of Contents >> SetImageList SEMenuXP |
![]() ![]() ![]() |
Purpose
Sets the imagelists of the menu. You can assign upto three imagelists.
Prototype
METHOD SetImageList(uImageList, symType) CLASS SEMenuXP
Arguments
<uImageList> |
Can be an Imagelist or a bitmap loaded with LR_CREATEDIBSECTION |
[<symType>] |
Can be #IMAGELIST, #HOTIMAGELIST or #DISABLEDIMAGELIST The default value is #IMAGELIST |
Description
You can assign assign a separate HotImagelist and a DisabledImagelist for menu.
If you assign a Bitmap instead, it is automatically converted into a compatible Imagelist.
Bitmaps for must be loaded with the parameter LR_CREATEDIBSECTION.
The the left,top pixel color of the bitmap defines background color.