How can I get the ID of the TextBox which is currently focused? If none is focused, it should return a null value.
Note: It should only check text boxes.
How can I get the ID of the TextBox which is currently focused? If none is focused, it should return a null value.
Note: It should only check text boxes.