Spread Windows Forms 6.0 Product Documentation
GetCaretTypeAtPos Method
See Also  Support Options
FarPoint.Win Assembly > FarPoint.Win.SuperEdit Namespace > IManageFmtInput Interface : GetCaretTypeAtPos Method


currText
position

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Function GetCaretTypeAtPos( _
   ByVal currText As String, _
   ByVal position As Integer _
) As InputPosType
Visual Basic (Usage)Copy Code
Dim instance As IManageFmtInput
Dim currText As String
Dim position As Integer
Dim value As InputPosType
 
value = instance.GetCaretTypeAtPos(currText, position)
C# 
InputPosType GetCaretTypeAtPos( 
   string currText,
   int position
)

Parameters

currText
position

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.