Description
- Shows a command list as a menu at a text cursor, if present.
Syntax
- Menu.ShowAtCursor(clname)
Parameters
- clname
- (string) name of the command list to use for the menu
Examples
- Menu.ShowAtCursor("Snippets")
- Shows the command list "Snippets" as a menu aligned with the current document's text prompt.
Notes
- not working..?
See Also
- Menu.Show()
- PPSR > Built-in Commands > Menu > Show