Right click selection

Very simple question: Which tool handling right mouse click selection?

I did create a class derived from GoToolSelecting and overrode the DoSelect method. It is never stopped in this method when I right click on an object, but it got selected.<?:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

Right Click is GoToolContext. It calls GoToolContext.DoSelect from DoMouseUp.



Note if you set GoToolContext.SingleSelection to false, it won’t change the selection on a right click. You don’t have to derive a class to do that.