'宣言 Public Sub SuspendNumericInput( _ ByVal suspend As System.Boolean, _ ByVal updateValue As System.Boolean _ )
public void SuspendNumericInput( System.bool suspend, System.bool updateValue )
パラメータ
- suspend
- True to suspend numeric input, False to resume it
- updateValue
- If True, control's Value is updated, obtained from the current control text.