BeginShortcutmenuEdit Example

Using Programming Languages other than VBA

Private Sub AcadDocument_BeginShortcutMenuEdit(ShortcutMenu As AutoCAD.IAcadPopupMenu, SelectionSet As AutoCAD.IAcadSelectionSet)
	' This example intercepts a shortcut menu start while you are in the edit mode.
	'
	MsgBox "You have just initiated a shortcut menu in edit mode!"
End Sub

 

   Comments?