MENU NEW BAR statement

Purpose

Create a new menu bar.

Syntax

MENU NEW BAR TO hMenu

Remarks

Items may be added to the menu using the MENU ADD POPUP and MENU ADD STRING statements.

hMenu

Double-word or Long-integer variable where the handle of the new menu will be placed.

See also

Dynamic Dialog Tools, Menus, MENU ADD POPUP, MENU ADD STRING, MENU ATTACH, MENU DELETE, MENU DRAW BAR, MENU GET STATE, MENU GET TEXT, MENU NEW POPUP, MENU SET STATE, MENU SET TEXT

Example

See Menu Example.