Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NTextBox Class / SelectRange Method


In This Topic
    SelectRange Method (NTextBox)
    In This Topic
    Selects the text from the char at index start to the char at index end (i.e. the text in the [start;end] range.
    Syntax
    'Declaration
     
    
    Public Sub SelectRange( _
       ByVal start As System.Integer, _
       ByVal end As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NTextBox
    Dim start As System.Integer
    Dim end As System.Integer
     
    instance.SelectRange(start, end)
    public void SelectRange( 
       System.int start,
       System.int end
    )

    Parameters

    start
    end
    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