RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextBox Class / HideSelection Property

In This Topic
    HideSelection Property (C1RichTextBox)
    In This Topic
    Gets or sets whether the control should highlight the selection when not in focus.
    Syntax
    'Declaration
     
    
    Public Property HideSelection As Boolean
    public bool HideSelection {get; set;}
    See Also