RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1SelectionPainter Class / PaintCaret Property

In This Topic
    PaintCaret Property (C1SelectionPainter)
    In This Topic
    Gets or sets whether a caret is painted when Selection is empty.
    Syntax
    'Declaration
     
    
    Public Property PaintCaret As Boolean
    public bool PaintCaret {get; set;}
    See Also