ComponentOne Input for WinForms
SuspendNumericInput Method

C1.Win.C1Input.4 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.
This method temporarily disables numeric input mode
Syntax
'Declaration
 
Public Sub SuspendNumericInput( _
   ByVal suspend As System.Boolean, _
   ByVal updateValue As System.Boolean _
) 
public void SuspendNumericInput( 
   System.bool suspend,
   System.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

Reference

C1TextBox Class
C1TextBox Members