NevronOpenVision
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
    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