EditSemantics Enum
Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit.Editor
Defines various semantics for TextDocument edit operations
public enum EditSemantics
Members
| Backspace | 1 | Special behaviour for backspacing over one character |
| ForwardDelete | 2 | Special behaviour for forward deleting text one character |
| ImeComposition | 5 | Special behaviour for displaying the composition string of an IME |
| None | 0 | No special behaviour |
| Overtype | 4 | Special behaviour for overtyping existing text |
| Typing | 3 | Special behaviour typing text one character at time |
