[]
        
(Showing Draft Content)

FarPoint.Win.SuperEdit.IManageFmtInput.GetCaretTypeAtPos

GetCaretTypeAtPos Method

GetCaretTypeAtPos(string, int)

Returns one of the following values for the position in the given text: InputPosType.InsertPos, .FixedFldPos, or .LiteralPos

Declaration
InputPosType GetCaretTypeAtPos(string currText, int position)
Function GetCaretTypeAtPos(currText As String, position As Integer) As InputPosType
Parameters
Type Name Description
string currText

The current text

int position

The position

Returns
Type Description
InputPosType

A InputPosType object.