BeginShortcutMenuDefault Example |
Using Programming Languages other than VBA
Private Sub AcadDocument_BeginShortcutMenuDefault(ShortcutMenu As AutoCAD.IAcadPopupMenu) ' This example intercepts a shortcut menu start while you are in the default mode. ' MsgBox "You have just initiated a shortcut menu in default mode!" End Sub
Comments? |