RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextPointer Class / ClosestCaret Property

In This Topic
    ClosestCaret Property (C1TextPointer)
    In This Topic
    Gets the closest position that is a caret position.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ClosestCaret As C1TextPointer
    public C1TextPointer ClosestCaret {get;}
    See Also