Hello,
Can someone please tell me how to remove the focus of a Edit text from code. I need to disable it depend on a condition when clearing-up the form.
I'm getting below exception when this line is executed.
myEditText.Item.Enabled = false;
An exception of type 'System.Runtime.InteropServices.COMException' occurred in SANAECOM.exe but was not handled in user code
Additional information: Item - Could not commit action because the item is currently in focus [66000-23]
Thank You.