Spread Windows Forms 12.0 Product Documentation
IsInputAllowedAtPos Method


FarPoint.Win Assembly > FarPoint.Win.SuperEdit Namespace > IManageFmtInput Interface : IsInputAllowedAtPos Method
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)
bool IsInputAllowedAtPos( 
   string currText,
   int position
)

Parameters

currText
position
See Also

Reference

IManageFmtInput Interface
IManageFmtInput Members