Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / IManageFmtInput Interface / IsInputAllowedAtPos Method


In This Topic
    IsInputAllowedAtPos Method (IManageFmtInput)
    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)
    bool IsInputAllowedAtPos( 
       string currText,
       int position
    )

    Parameters

    currText
    position
    See Also