Spread Windows Forms 15.0
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)
    int GetInitialInputPos( 
       string currText
    )

    Parameters

    currText
    See Also