c# - How to check if a keystroke was a backspace in the textbox key press event handler -


i receiving key press event , want check if key in question backspace. what's best way that?

use e.keychar == (char)keys.back need cast char since keys enumeration. msdn


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -