Question on Selection Box

When I mouse down on the GoView, and use the mouse, it creates a highlight square that looks like this:

Since our app requires that they physically click on the object and not highlight it (select by drawing rectangle around), can I disable this? I tried AllowSelect and that doesn't allow the user to click on a GoObject.
Thanks as always.
dootndow
Simply replace the tool that does rubberbanding with null.
GoView1.ReplaceMouseTool(typeof(GoToolRubberBanding), null);

That works great!
Sorry for the dumb question. I was not even sure what that feature (rubberbanding) was called.
I appreciate all of your help. Your product has worked extremely well and has definately helped us rapidly deploy our solution to our customer.
Dennis