[]
Returns the last position that can receive input for the given text.
int GetLastPosInputIsAllowed(string currText)
Function GetLastPosInputIsAllowed(currText As String) As Integer
Type | Name | Description |
---|---|---|
string | currText | The current text. |
Type | Description |
---|---|
int | The last position that can receive input |