[]
This method temporarily disables numeric input mode
public void SuspendNumericInput(bool suspend, bool updateValue)
| Type | Name | Description |
|---|---|---|
| bool | suspend | True to suspend numeric input, False to resume it |
| bool | updateValue | If True, control's Value is updated, obtained from the current control text. |