IsCaretPosition Property (C1TextPointer)
In This Topic
Gets whether a position is a valid caret position, that is, a position where an edit caret can be placed.
Syntax
'Declaration
Public ReadOnly Property IsCaretPosition As Boolean
public bool IsCaretPosition {get;}
See Also