Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / ENCaretMoveDirection Enumeration


In This Topic
    ENCaretMoveDirection Enumeration
    In This Topic
    Enumerates the caret move directions
    Syntax
    'Declaration
     
    
    Public Enum ENCaretMoveDirection 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENCaretMoveDirection
    public enum ENCaretMoveDirection : System.Enum 
    Members
    MemberDescription
    DocumentBeginCaret position is moved to the beginning of the document
    DocumentEndCaret position is moved to the end of the document
    LineBeginCaret position is moved to the beggining of the current line
    LineEndCaret position is moved to the end of the current line
    NextGraphemeCaret position is moved to the next grapheme
    NextLineCaret position is moved to the closest position on the next line
    NextPageCaret position is moved to the next page
    NextWordCaret position is moved to the next word
    NoneCaret position does not change
    PrevCharCaret position is moved to the prev char
    PrevGraphemeCaret position is moved to the previous grapheme
    PrevLineCaret position is moved to the closest position on the previous line
    PrevPageCaret position is moved to the previous page
    PrevWordCaret position is moved to the prev word
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Text.ENCaretMoveDirection

    Requirements

    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)

    See Also