Field BackspaceChar
Represents the backspace control character ('\b'). This character is used to move the cursor back one position in text.
public const char BackspaceChar = '\b'
Returns
- char
- Represents the backspace control character ('\b'). This character is used to move the cursor back one position in text.