AddToolBarImages SEMenuXP

<< Click to Display Table of Contents >>

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

AddToolBarImages SEMenuXP

Previous pageReturn to chapter overviewNext page

Purpose

Simple method to assign all image indexes of a toolbar

 

Prototype

METHOD AddToolBarImages(oToolBar_ToolBarConfig) CLASS SEMenuXP

 

Argument

[<oToolBar_ToolBarConfig>]

Can be an exiting toolbar or a SEToolBarConfig object.

The default value is the assigned toolbar of the menu itself, if one exists.

 

If you use your own toolbar ribbon and you create the toolbar with the menu editor, add the complete button images to the menu with the method SEMenuXP:AddToolbarImages() after you have instanciated your menu class. Additionally - and this is important - you must assign a new instance of your ribbon bitmap class to the menu with

 

SEMenuXP:ImageList := YourRibbon{}