Version

AcceptsArrowKeysInEditModeDefault Property (ValueEditor)

Returns or sets whether the editor uses arrows keys while in edit mode.
Syntax
'Declaration
 
Protected Overridable ReadOnly Property AcceptsArrowKeysInEditModeDefault As Boolean
protected virtual bool AcceptsArrowKeysInEditModeDefault {get;}

Property Value

true if the editor uses arrows keys in edit mode otherwise false. The default implementation returns true.
Remarks

Note: this property does not change the behavior of the editor. Instead, it is used by editor hosts, e.g. the XamDataGrid, to determine if they should ignore or process the arrow keys for directional navigation while this editor is in edit mode.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also