Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NSelection Class
Members


In This Topic
    NSelection Class
    In This Topic
    Represents the selection of text document.
    Object Model
    NSelection Class
    Syntax
    'Declaration
     
    
    Public Class NSelection 
       Inherits Nevron.Nov.Dom.NAttribute
       Implements Nevron.Nov.Dom.INDomDeepEquals, Nevron.Nov.Dom.INDomDeeplyCloneable, Nevron.Nov.INDeeplyCloneable, Nevron.Nov.Internal.dUWC(Of NTextElement) 
    'Usage
     
    
    Dim instance As NSelection
    Remarks
    The selection consists of two properties - anchor and position. When the user moves the caret this results in changes to the position. Modifier keys reflect when the anchor is changed as well (expanding selection).
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NNode
          Nevron.Nov.Dom.NDocumentNode
             Nevron.Nov.Dom.NAttribute
                Nevron.Nov.Text.NSelection

    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