C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / C1NumericEdit 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 (C1NumericEdit)
In This Topic
This method temporarily disables numeric input mode
Syntax
'Declaration
 
Public Sub SuspendNumericInput( _
   ByVal suspend As Boolean, _
   ByVal updateValue As Boolean _
) 
 

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