[]
        
(Showing Draft Content)

C1.Win.C1Input.C1TextBox.SuspendNumericInput

SuspendNumericInput Method

SuspendNumericInput(bool, bool)

This method temporarily disables numeric input mode

Declaration
public void SuspendNumericInput(bool suspend, bool updateValue)
Parameters
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.