It will be simple, I am sure, but I could not find anything on Google about this. I have a Winforms application with a text box. When I press the TAB key, the cursor moves to the next control. Instead, I want the actual tab (or 4 spaces) to be inserted into my text box. What property am I missing?
source
share