Enum LostFocusBehavior
Specifies the selection visibility when the RichTextBox control does not have focus.
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public enum LostFocusBehaviorFields
| Name | Description | 
|---|---|
| None | Do not display neither caret nor selection highlight when the RichTextBox control does not have focus. | 
| ShowCaret | Displays the caret when the RichTextBox control does not have focus. | 
| ShowSelection | Displays the selection highlight when the RichTextBox control does not have focus. |