Disable default draw rectangle rubberbanding

Hi,

I want to disable default draw rectangle rubberbanding on GoView on mouse movement while pressing left mouse button.
Thanks & Regards
Navneet

Remove the GoToolRubberBanding tool that the GoView has:

goView1.ReplaceMouseTool(typeof(GoToolRubberBanding), null);