Nevron Open Vision Documentation
Nevron.Nov.Text.Commands Namespace / NTextCommandAction Class / SelectionMode Method


In This Topic
    SelectionMode Method (NTextCommandAction)
    In This Topic
    Returns the current edit root selection mode
    Syntax
    'Declaration
     
    
    Protected Function SelectionMode( _
       ByVal target As NNode _
    ) As ENSelectionMode
    'Usage
     
    
    Dim instance As NTextCommandAction
    Dim target As NNode
    Dim value As ENSelectionMode
     
    value = instance.SelectionMode(target)
    protected ENSelectionMode SelectionMode( 
       NNode target
    )

    Parameters

    target
    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