TokenizingTextBox.TabNavigateBackOnArrow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether the control will move focus to the previous control when an arrow key is pressed and selection is at one of the limits in the control.
public bool TabNavigateBackOnArrow { get; set; }
member this.TabNavigateBackOnArrow : bool with get, set
Public Property TabNavigateBackOnArrow As Boolean