VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / TextSelectionToolAction Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    TextSelectionToolAction Enumeration
    In This Topic
    Specifies available navigation actions for TextSelectionTool.
    Syntax
    'Declaration
    
    <FlagsAttribute()>
    Public Enum TextSelectionToolAction
       Inherits System.Enum
    
    
    [Flags()]
    public enum TextSelectionToolAction : System.Enum
    
    
    [Flags()]
    __value public enum TextSelectionToolAction : public System.Enum
    
    
    [Flags()]
    public enum class TextSelectionToolAction : public System.Enum
    
    
    Members
    MemberDescription
    SelectionSpecifies that text selection must be changed.
    PreviousSymbolMove focused symbol to the previous symbol.
    PreviousWordMove focused symbol to the previous word.
    NextSymbolMove focused symbol to the next symbol.
    NextWordMove focused symbol to the next word.
    PreviousLineMove focused symbol to the previous line.
    NextLineMove focused symbol to the next line.
    FirstLineSymbolMove focused symbol to the first symbol in line.
    FirstDocumentSymbolMove focused symbol to the first symbol in document.
    LastLineSymbolMove caret to the last symbol in line.
    LastDocumentSymbolMove focused symbol to the last symbol in document.
    PageUpMove focused symbol to the screen page up.
    PreviousImageMove focused symbol to the previous image.
    PageDownMove focused symbol to the screen page down.
    NextImageMove focused symbol to the next image.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.UI.VisualTools.TextSelectionToolAction

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also