停用事件 (ActiveX)
在停用绘图窗口时触发。 支持的平台:仅限 Windows 言论显示模式对话框时不会触发任何事件。 例子VBA: Private Sub AcadDocument_Deactivate()
' This example intercepts a drawing DeActivate event.
'
' This event is triggered when a drawing window loses focus.
'
' To trigger this example event: Open two drawings and switch from
' one drawing window to another
MsgBox "You have just deactivated a drawing!"
End Sub
可视化 LISP: Not available |
|Archiver|CAD开发者社区
( 苏ICP备2022047690号-1 苏公网安备32011402011833)
GMT+8, 2025-10-31 06:21
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.