Back to Devexpress

SpellChecker.KeepFocusOnControl Property

wpf-devexpress-dot-xpf-dot-spellchecker-dot-spellchecker-453d374a.md

latest1.3 KB
Original Source

SpellChecker.KeepFocusOnControl Property

Specifies whether the input focus is set to the control that is being checked, to make the selected word visible.

Namespace : DevExpress.Xpf.SpellChecker

Assembly : DevExpress.Xpf.SpellChecker.v25.2.dll

NuGet Package : DevExpress.Wpf.SpellChecker

Declaration

csharp
[DefaultValue(true)]
public bool KeepFocusOnControl { get; set; }
vb
<DefaultValue(True)>
Public Property KeepFocusOnControl As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to set the input focus to the control; false to leave the input focus to the application’s form.

|

See Also

SpellChecker Class

SpellChecker Members

DevExpress.Xpf.SpellChecker Namespace