[]
Configurates KeyActionDownArrow. Sets the action to perform when the DOWN ARROW key is pressed.
public TBuilder KeyActionDownArrow(InputKeyAction value)
Public Function KeyActionDownArrow(value As InputKeyAction) As TBuilder
| Type | Name | Description |
|---|---|---|
| InputKeyAction | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |
The default setting for this property is "InputKeyAction.ChangeSelectionOnly", which causes the control to change the selection item while keeping the listbox closed. Alternatively, you can set this to "InputKeyAction.OpenDropdown" to open the listbox without changing the current selection.