Function Entry: VLE-HIDEPROMPTMENU
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLE-HIDEPROMPTMENU
Name
vle-hidepromptmenu
Class
BricsCAD VLE Library Function
Syntax
(vle-hidepromptmenu)
Arguments and Values
- none
Description
closes the PromptMenu, if displayed; otherwise this function does nothing
Return Values
NIL always
Notes
this function can always be used, if a PromptMenu was (potentially) shown before; therefore, Lisp programs do not need to track whether the PromptMenu was show before;
under other CAD systems (and older BricsCAD versions), this is a No-Operation and does nothing
Availability
- AutoCAD 2026: not documented.
- BricsCAD V26: documented.
- Status: BricsCAD-only.
Source Notes
- [vle-hidepromptmenu (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/vle-hidepromptmenu.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).