AddMenuBar SEToolBar

<< Click to Display Table of Contents >>

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

AddMenuBar SEToolBar

Previous pageReturn to chapter overviewNext page

Purpose

Adds an empty MenuBar to the rebar. A MenuBar is a special kind of toolbar which looks like a menu.

MenuBars are working only with the classes SETopAppWindow and SETopDataWindow.

They are working not with MDI shellwindows.

 

Prototype

METHOD AddMenuBar(lChevron, iPos, symTB) CLASS SEToolBar

 

Argument

[<lChevron>]

A logic value. If TRUE the menubar has a chevron. Default is FALSE.

[<iPos>]

Position of the sub-toolbar band.  The default is 0 (the first band).

[<symTB>]

A symbol naming the main toolbar. The default is #MenuBar.