[]
        
(Showing Draft Content)

FarPoint.Win.SuperEdit.IManageFmtInput.IsInputAllowedAtPos

IsInputAllowedAtPos Method

IsInputAllowedAtPos(string, int)

Returns whether the input is allowed at the specified position (index) for the given text.

Declaration
bool IsInputAllowedAtPos(string currText, int position)
Function IsInputAllowedAtPos(currText As String, position As Integer) As Boolean
Parameters
Type Name Description
string currText

the current text

int position

The postion

Returns
Type Description
bool

true if the input is allowed at position (index);otherwise false