<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > MENUs > MENU ADD POPUP |
Description
Add a popup child menu to an existing menu.
Syntax
MENU ADD POPUP, hMenu, Txt, hPopup, State [, AT [BYCMD] Position]
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
hMenu |
Number |
No |
Handle of the parent menu. |
Txt |
String |
No |
Text displayed in the parent menu. |
hPopup |
Number |
No |
Handle of the child popup |
State |
Number |
No |
The initial state of the menu item. See menu equates for possible values. |
Position |
Number |
Yes |
Indicates the position in the parent menu where the popup child menu is to be inserted. If the BYCMD option is used, the popup menu is inserted prior to the menu item ID specified by Position. Otherwise, the popup menu is inserted at the physical Position within the parent menu, where Position = 1 for the first position, Position = 2 for the second, and so on. |
Remarks
Restrictions
See also
Examples