MENU NEW POPUP statement

Purpose

Create a new popup menu.

Syntax

MENU NEW POPUP TO hPopup

Remarks

Once created, items may be added to the popup menu using the MENU ADD POPUP and MENU ADD STRING statements.

hPopup

Double-word or Long-integer variable where the handle of the new popup 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 BAR, MENU SET STATE, MENU SET TEXT

Example

See Menu Example.