Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NTextRepresentableItemMap Class / GetNext Method


In This Topic
    GetNext Method
    In This Topic
    Get an item, whose text starts with the given character, and which is after the item with the given index in the items collection it resides in. Returns null if no item with the given first char exist.
    Syntax
    'Declaration
     
    
    Public Function GetNext( _
       ByVal firstChar As System.Char, _
       ByVal index As System.Integer _
    ) As NTextRepresentableItem
    'Usage
     
    
    Dim instance As NTextRepresentableItemMap
    Dim firstChar As System.Char
    Dim index As System.Integer
    Dim value As NTextRepresentableItem
     
    value = instance.GetNext(firstChar, index)
    public NTextRepresentableItem GetNext( 
       System.char firstChar,
       System.int index
    )

    Parameters

    firstChar
    index
    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