AddItem SEMenuList

<< Click to Display Table of Contents >>

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

AddItem SEMenuList

Previous pageReturn to chapter overviewNext page

Purpose

Add a MenuListItem object to the menu list

 

Prototype

METHOD AddItem(oMenuListItem, lInsertTop) CLASS SEMenuList

 

Arguments                

<oMenuListItem>

A MenuListItem object which shall be added.

[<lInsertTop>]

Defines the position where MenuListItem object is added.

TRUE, it will be added at the top of the list.

FALSE, it will be added at the end of the list.

The default value is FALSE.