'Declaration
Protected Overridable Function MoveListBox( _ ByVal key As Key, _ ByVal index As Integer, _ ByRef newIndex As Integer _ ) As Boolean
'Usage
Dim instance As C1ComboBox Dim key As Key Dim index As Integer Dim newIndex As Integer Dim value As Boolean value = instance.MoveListBox(key, index, newIndex)
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.