[]
        
(Showing Draft Content)

FarPoint.Win.SuperEdit.IManageFmtInput.GetNextInputPos

GetNextInputPos Method

GetNextInputPos(string, int, int)

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.

Declaration
int GetNextInputPos(string currText, int position, int direction)
Function GetNextInputPos(currText As String, position As Integer, direction As Integer) As Integer
Parameters
Type Name Description
string currText

The current text

int position

The position

int direction

The direction

Returns
Type Description
int

The next input position dependent on the direction.