Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / IManageFmtInput Interface / GetCaretTypeAtPos Method


In This Topic
    GetCaretTypeAtPos Method (IManageFmtInput)
    In This Topic
    Returns one of the following values for the position in the given text: InputPosType.InsertPos, .FixedFldPos, or .LiteralPos
    Syntax
    'Declaration
     
    
    Function GetCaretTypeAtPos( _
       ByVal currText As String, _
       ByVal position As Integer _
    ) As InputPosType
    'Usage
     
    
    Dim instance As IManageFmtInput
    Dim currText As String
    Dim position As Integer
    Dim value As InputPosType
     
    value = instance.GetCaretTypeAtPos(currText, position)
    InputPosType GetCaretTypeAtPos( 
       string currText,
       int position
    )

    Parameters

    currText
    position
    See Also