[]
        
(Showing Draft Content)

TabKeyAction Enumeration

TabKeyAction Enumeration

Defines the behavior when the TAB key is pressed in the control.

Enumeration members

Enumeration members

CloseAndKeepFocus

CloseAndKeepFocus: = 0

Closes the dropdown while maintaining focus on the control

CloseAndMoveFocus

CloseAndMoveFocus: = 1

Closes the dropdown and moves focus to the next tabbable element.