[]
Returns whether the input is allowed at the specified position (index) for the given text.
bool IsInputAllowedAtPos(string currText, int position)
Function IsInputAllowedAtPos(currText As String, position As Integer) As Boolean
Type | Name | Description |
---|---|---|
string | currText | the current text |
int | position | The postion |
Type | Description |
---|---|
bool | true if the input is allowed at position (index);otherwise false |