menu

UWP

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

    Show / Hide Table of Contents

    Class LostFocusBehavior

    Specifies the selection visibility when the RichTextBox control does not have focus.

    Inheritance
    System.Object
    LostFocusBehavior
    Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved