public enum ENCaretMoveDirection : System.Enum
public enum ENCaretMoveDirection : System.Enum
Member | Description |
---|---|
DocumentBegin | Caret position is moved to the beginning of the document |
DocumentEnd | Caret position is moved to the end of the document |
LineBegin | Caret position is moved to the beggining of the current line |
LineEnd | Caret position is moved to the end of the current line |
NextGrapheme | Caret position is moved to the next grapheme |
NextLine | Caret position is moved to the closest position on the next line |
NextPage | Caret position is moved to the next page |
NextWord | Caret position is moved to the next word |
None | Caret position does not change |
PrevChar | Caret position is moved to the prev char |
PrevGrapheme | Caret position is moved to the previous grapheme |
PrevLine | Caret position is moved to the closest position on the previous line |
PrevPage | Caret position is moved to the previous page |
PrevWord | Caret position is moved to the prev word |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Text.ENCaretMoveDirection
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)