Hello,
I have a map with the Cursor property set to None (for using a custom cursor). Once I use the EditGeometry object on graphics in a GraphicsLayer and call EditGeometry.StopEdit, the cursor returns as an Arrow alongside my custom cursor. The map itself still indicates Cursor.None, but the Cursor Arrow persists and I believe it is from something the EditGeometry object places on the Map. If i never call EditGeometry.StopEdit, then the Cursor Arrow does not appear. Is this a bug or is there a way to prevent the Arrow Cursor from appearing after calling EditGeometry.StopEdit?
Using v3.1.
Lance