Table of Contents

Field BackspaceChar

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Represents the backspace control character ('\b') as a constant value. 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') as a constant value. This character is used to move the cursor back one position in text.