Spread Windows Forms 12.0 Product Documentation
GetCaretTypeAtPos Method


FarPoint.Win Assembly > FarPoint.Win.SuperEdit Namespace > IManageFmtInput Interface : GetCaretTypeAtPos Method
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

Reference

IManageFmtInput Interface
IManageFmtInput Members