Gets whether a position is a valid caret position, that is, a position where an edit caret can be placed.

Namespace:  C1.Silverlight.RichTextBox.Documents
Assembly:  C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)

Syntax

C#
public bool IsCaretPosition { get; }
Visual Basic
Public ReadOnly Property IsCaretPosition As Boolean
	Get

See Also