MenuCreate
From Auto Hotkey
MenuCreate
Creates a Menu object, which can be used to create and display a menu.
Menu := MenuCreate()
Remarks
To retrieve the tray menu, use menu := A_TrayMenu.
Related
Examples
See Menu examples.
From Auto Hotkey
Creates a Menu object, which can be used to create and display a menu.
Menu := MenuCreate()
To retrieve the tray menu, use menu := A_TrayMenu.
See Menu examples.