Prevent selection clear on GoToolRubberBanding

Version: GoDiagram Win 2.6.2

I’m trying to prevent the current selection from clearing completely when starting a rubber band selection. I tried overriding DoRubberBand and SelectInRectangle, but the selection is already cleared on DoMouseMove. I’m not sure how to override DoMouseMove to prevent the selection from clearing.

I was able to prevent selection clearing in GoToolSelecting, by overriding DoSelect. What’s the equivalent for GoToolRubberBanding?

Thanks,
JW

Check http://www.nwoods.com/forum/forum_posts.asp?TID=2887 I think what you need is there.