menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum LostFocusBehavior - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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 LostFocusBehavior

    Fields

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved