Xceed Toolkit Plus for WPF v4.6 Documentation
AutoMoveFocus Property (AutoSelectTextBox)


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > AutoSelectTextBox Class : AutoMoveFocus Property
Gets or sets a value indicating if the focus can navigate in the appropriate flow direction (e.g., from one cell to another when a cell is being edited) when the cursor is at the beginning or end of the auto-select text box.
Syntax
'Declaration
 
Public Property AutoMoveFocus As Boolean
'Usage
 
Dim instance As AutoSelectTextBox
Dim value As Boolean
 
instance.AutoMoveFocus = value
 
value = instance.AutoMoveFocus
public bool AutoMoveFocus {get; set;}

Property Value

true if the focus can navigate in the appropriate flow direction; false if the focus should stay in the auto-select text box.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, 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

Reference

AutoSelectTextBox Class
AutoSelectTextBox Members