Is there a function in C# that can return the Name of the Focused element and display it in a text-box or something?
I just found that there's a way easier way of doing this if you're not using nested controls. You just reference
Form1.ActiveControl.Name