SetImageList SEToolBarConfig

<< Click to Display Table of Contents >>

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

SetImageList SEToolBarConfig

Previous pageReturn to chapter overviewNext page

Purpose

Sets the ImageLists to be used by the ToolBar.

 

Prototype

METHOD SetImageList(uImageList, symType, lLarge) CLASS SEToolBarConfig

 

Arguments

<uImageList>

Can be an Imagelist or a bitmap loaded with LR_CREATEDIBSECTION.

It's recommended to use the SEToolbarImageList class.

[<symType>]

Can be #IMAGELIST, #HOTIMAGELIST or #DISABLEDIMAGELIST.

The default value is #IMAGELIST

[<lLarge>]

TRUE for an Imagelist with large images or FALSE for an Imagelist with small images.

The default value is FALSE.