
In code i search a text inside a selection (A).
After i selected a range (the found text (B)) using
this.ActiveView.Selection.SelectRange(range);
a right arrow key in the editor shows again the original selection text (A).
Is there a way to clear this original selection (A)? or prevent the arrow key to select it?