[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.EditBase.ExitOnLeftRightKey

ExitOnLeftRightKey Property

ExitOnLeftRightKey

Gets or sets whether the focus automatically moves to the previous or next tab ordering control when pressing the left, right arrow keys.

Declaration
public ExitOnLeftRightKey ExitOnLeftRightKey { get; set; }
Public Property ExitOnLeftRightKey As ExitOnLeftRightKey
Property Value
Type Description
ExitOnLeftRightKey

One of the GrapeCity.Windows.InputMan.ExitOnLeftRightKey enumeration values.

The default is GrapeCity.Windows.InputMan.ExitOnLeftRightKey.None.

Remarks

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.