AddImages() SEMenuXP

<< Click to Display Table of Contents >>

Navigation:  SEUIXP Classes for X# > Classes > SEMenuXP >

AddImages() SEMenuXP

Previous pageReturn to chapter overviewNext page

Purpose

Method to assign an array of image indexes

 

Prototype

METHOD AddImages(aImages) CLASS SEMenuXP

 

Argument

<aImages>

an array of the the following form.

 

{ {Menu-ID, Image(Button)-Index},;

 {Menu-ID, Image(Button)-Index},;

                 .

                 .

                 .

 {Menu-ID, Image(Button)-Index},;

}

     

You don't need a toolbar for this. You could use your own ribbon or an imagelist. Simple assign it to SEMenuXP:ImageList.

If you don't assign an imagelist or a ribbon bitmap, SEMenuXP uses automatically the the default VO toolbar ribbon bitmap.