[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.DropDownBuilder-2.KeyActionUpArrow

KeyActionUpArrow Method

KeyActionUpArrow(InputKeyAction)

Configurates KeyActionUpArrow. Sets the action to perform when the UP ARROW key is pressed.

Declaration
public TBuilder KeyActionUpArrow(InputKeyAction value)
Public Function KeyActionUpArrow(value As InputKeyAction) As TBuilder
Parameters
Type Name Description
InputKeyAction value

The value.

Returns
Type Description
TBuilder

Current builder.

Remarks

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.