Gets or sets a value indicating whether an item is set to selected after choosing it by using arrow keys. If the property is set to false, pressing an arrow key moves the selector to the corresponding item, but does not select the item. The default value is false.

Introduced: X18.

Syntax

public bool SelectWithArrowKeys { get; set; }
Public Property SelectWithArrowKeys() As Boolean