Class LostFocusBehavior
Specifies the selection visibility when the RichTextBox control does not have focus.
Inheritance
System.Object
LostFocusBehavior
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class LostFocusBehavior : Enum
Fields
None
Do not display neither caret nor selection highlight when the RichTextBox control does not have focus.
Declaration
public const LostFocusBehavior None
Field Value
Type |
---|
LostFocusBehavior |
ShowCaret
Displays the caret when the RichTextBox control does not have focus.
Declaration
public const LostFocusBehavior ShowCaret
Field Value
Type |
---|
LostFocusBehavior |
ShowSelection
Displays the selection highlight when the RichTextBox control does not have focus.
Declaration
public const LostFocusBehavior ShowSelection
Field Value
Type |
---|
LostFocusBehavior |