在快捷菜单出现后触发。 支持的平台:仅窗口 签名工 务 局: object.EndShortcutMenu(ShortcutMenu) 言论使用此事件可以在快捷菜单上执行任何清理工作。 显示模式对话框时不会触发任何事件。 例子工 务 局: Private Sub AcadDocument_EndShortcutMenu(ShortcutMenu As AutoCAD.IAcadPopupMenu)
' This example intercepts a drawing EndShortcutMenu event.
'
' This event is triggered when the user closes a drawing shortcut menu.
'
' To trigger this example event: Right click the mouse in the working area of a drawing,
' wait for the shortcut menu to be displayed and then dismiss the shortcut menu
MsgBox "A shortcut menu was just closed!"
End Sub
Visual LISP: Not available |
|Archiver|CAD开发者社区
( 苏ICP备2022047690号-1 苏公网安备32011402011833)
GMT+8, 2025-10-29 08:48
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.