[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.DropDownBuilder-3.KeyActionDownArrow

KeyActionDownArrow Method

KeyActionDownArrow(InputKeyAction)

Configurates KeyActionDownArrow. Sets the action to perform when the DOWN ARROW key is pressed.

Declaration
public TBuilder KeyActionDownArrow(InputKeyAction value)
Public Function KeyActionDownArrow(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.