[]
Returns one of the following values for the position in the given text: InputPosType.InsertPos, .FixedFldPos, or .LiteralPos
InputPosType GetCaretTypeAtPos(string currText, int position)
Function GetCaretTypeAtPos(currText As String, position As Integer) As InputPosType
Type | Name | Description |
---|---|---|
string | currText | The current text |
int | position | The position |
Type | Description |
---|---|
InputPosType | A InputPosType object. |