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


In This Topic
    GetNextInputPos Method (IManageFmtInput)
    In This Topic
    Returns the next input position dependent on the direction, the current text, and the current position. A value of -1 for direction means the previous direction.
    Syntax
    'Declaration
     
    
    Function GetNextInputPos( _
       ByVal currText As String, _
       ByVal position As Integer, _
       ByVal direction As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As IManageFmtInput
    Dim currText As String
    Dim position As Integer
    Dim direction As Integer
    Dim value As Integer
     
    value = instance.GetNextInputPos(currText, position, direction)
    int GetNextInputPos( 
       string currText,
       int position,
       int direction
    )

    Parameters

    currText
    position
    direction
    See Also