GetLastPosInputIsAllowed Method
Returns the last position that can receive input for the given text.
'Declaration
Function GetLastPosInputIsAllowed( _
ByVal As String _
) As Integer
'Usage
Dim instance As IManageFmtInput
Dim currText As String
Dim value As Integer
value = instance.GetLastPosInputIsAllowed(currText)
Parameters
- currText