I want to know if the control that got the focus is input control or not using c#
for example
this text box that I am writing the question in it now is input control but the preview text box down there is not because I cant write on it
I need to detect whether or not it is input control and I want to overwrite what being written there also