I have a windows form that uses DevExpress (although I'm not sure if that's part of the issue or not) which is being used to generate an email in csharp. When content has been entered into the control (e.g. selected an email address from a lookup, typed content into the message field) I can no longer set the cursor by clicking into the field.
Double-clicking does select sections of text, and from there the cursor can be displayed and moved with the arrow keys - but not by clicking again.
There are a number of different controls on the form, including a DevExpress LookupEdit and a memo field - but for the issue encountered, the control type doesn't seem to matter - adding different controls has the same issue.
I can't find any settings or configuration that I think could cause this issue - has anyone else encountered anything like this and can shed some light on fixing the problem?
Thanks!
Jon