[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.KeyActionTab

KeyActionTab Method

KeyActionTab(TabKeyAction)

Configurates KeyActionTab. Sets the action to perform when the TAB key is pressed.

Declaration
public TBuilder KeyActionTab(TabKeyAction value)
Public Function KeyActionTab(value As TabKeyAction) As TBuilder
Parameters
Type Name Description
TabKeyAction value

The value.

Returns
Type Description
TBuilder

Current builder.

Remarks

This setting is particularly useful for controlling accessibility behavior and keyboard navigation flow in form controls.