RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / C1RichTextBox Class / HideCaret Property

In This Topic
    HideCaret Property
    In This Topic
    Gets or sets whether the caret is hidden.
    Syntax
    'Declaration
     
    Public Property HideCaret As Boolean
    public bool HideCaret {get; set;}
    See Also