<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > MENUs > MENU ATTACH |
Description
Attach a menu to a dialog.
Syntax
MENU ATTACH hMenu, hDlg
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
hMenu |
Number |
No |
Handle of the menu to attach to the dialog |
hDlg |
Number |
No |
Handle of the target dialog |
Remarks
Restrictions
See also
Examples