MoveListBox Method (C1ComboBox)
In This Topic
Get the next item in the ListBox when a key is pressed. You may override this to implement your own keyboard selection strategy.
Syntax
Parameters
- key
- Key that was pressed.
- index
- index that is currently selected.
- newIndex
- The new selected index.
Return Value
True if it is a handled key.
See Also