Please help,
How can one, make their C#/Forms based application, NOT show up to System.Windows.Automation.AutomationElement.FromPoint?
That is, if another app, including the [C#/Forms-Base-App] itself, were to try and use System.Windows.Automation.AutomationElement.FromPoint where the screen coordinates passed into FromPoint were over the [C#/Forms-Base-App], would instead, return any AutomationElement
object at the same screen coordinates, but behind the [C#/Forms-Base-App]?
Note, this question, is NOT the same as this one: https://social.msdn.microsoft.com/Forums/en-US/855f4062-19f0-4d87-9601-243a1c45aa2a/howto-find-automationelement-cnet-from-screen-coordinates-to-an-app-under-another-app?forum=windowsaccessibilityandautomation
The difference in this question, is dealing with changing one's [C#/Forms-Base-App] to NOT show up on the FromPoint call.