ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1TextBox Class / SuspendNumericInput Method
True to suspend numeric input, False to resume it
If True, control's Value is updated, obtained from the current control text.

In This Topic
    SuspendNumericInput Method (C1TextBox)
    In This Topic
    This method temporarily disables numeric input mode
    Syntax
    'Declaration
     
    Public Sub SuspendNumericInput( _
       ByVal suspend As Boolean, _
       ByVal updateValue As Boolean _
    ) 
    public void SuspendNumericInput( 
       bool suspend,
       bool updateValue
    )

    Parameters

    suspend
    True to suspend numeric input, False to resume it
    updateValue
    If True, control's Value is updated, obtained from the current control text.
    See Also