[]
Gets or sets whether the focus automatically moves to the previous or next tab ordering control when pressing the left, right arrow keys.
public ExitOnLeftRightKey ExitOnLeftRightKey { get; set; }
Public Property ExitOnLeftRightKey As ExitOnLeftRightKey
Type | Description |
---|---|
ExitOnLeftRightKey | One of the GrapeCity.Windows.InputMan.ExitOnLeftRightKey enumeration values. |
The value of this property indicates the key which could move the input focus to the next control. When the caret is at the last char of this control, focus will move out by hit the Right key. And when the caret is before the first char of this control, focus will move out by hit the Left key.