Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / IManageFmtInput Interface / GetInitialInputPos Method


In This Topic
GetInitialInputPos Method
In This Topic
Returns the initial input position for the given text. This initial position may not be the first input position.
Syntax
'Declaration
 
Function GetInitialInputPos( _
   ByVal currText As String _
) As Integer
 
'Usage
 
Dim instance As IManageFmtInput
Dim currText As String
Dim value As Integer
 
value = instance.GetInitialInputPos(currText)

Parameters

currText
See Also