SuspendNumericInput Method (C1BasePicker)
This method temporarily disables numeric input mode
public void SuspendNumericInput(
bool ,
bool
)
'Declaration
Public Sub SuspendNumericInput( _
ByVal As Boolean, _
ByVal 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.