The following example describes how to build a custom menu that includes line, hatch, dtext, circle, and erase commands.
***MENUGROUP=example
***POP0
**IntelliCAD
[IntelliCAD]
ID_Line [Line]^C^C_line
ID_Hatch [Hatch]^C^C_hatch
ID_Dtext [Dtext]^C^C_dtext
ID_0 [Circle Rad]^C^C_circle
ID_Erase [erase]^C^C_erase
***HELPSTRINGS
ID_LINE [Draws a line]
ID_HATCH [Fills an enclosed area with a nonassociative hatch pattern]
ID_DTEXT [Displays text on screen as it is entered]
ID_CIRCLE [Creates a circle]
ID_ERASE [Removes objects from a drawing]
Tell me about...
Creating custom shortcut menus
Displaying commands on a shortcut menu
Shortcut menu syntax and explanations
How do I...