Method GetNextMatchingItem
GetNextMatchingItem(int?, char)
Gets the index of the next item in the collection that matches the current SearchString plus the provided character (typically from a key press).
int? GetNextMatchingItem(int? currentIndex, char keyStruck)
Parameters
currentIndexint?The index in the collection to start the search from.
keyStruckcharThe character of the key the user pressed.