'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.