Hello,
I have some form that user will fill that has many string and enum controlls, more than 40.
User wil tab and fill one by one. I want to set focus on controll when user clicks on it.
I don't want to make more than 40 event cases and service each control in separate way.
My another idea is to get refs and positions of all controls on FP, then monitor mouse click event on FP, get click position and then search for that controll.
But maybe there is more elegant way that I am not aware of ?