SelectionKind Enum
Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit.Editor
Defines a kind of selection range
public enum SelectionKind
Members
Document | 4 | Select the entire document (ie: select all) |
Line | 2 | Select a line |
None | 0 | No range |
Paragraph | 3 | Select a paragraph |
Word | 1 | Select a word |