Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / IManageFmtInput Interface / IsInputAllowedAtPos Method


In This Topic
IsInputAllowedAtPos Method
In This Topic
Returns whether the input is allowed at the specified position (index) for the given text.
Syntax
'Declaration
 
Function IsInputAllowedAtPos( _
   ByVal currText As String, _
   ByVal position As Integer _
) As Boolean
 
'Usage
 
Dim instance As IManageFmtInput
Dim currText As String
Dim position As Integer
Dim value As Boolean
 
value = instance.IsInputAllowedAtPos(currText, position)

Parameters

currText
position
See Also