MultiSelect for WinForms
SuspendNumericInput メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > C1TextBox クラス : SuspendNumericInput メソッド
True to suspend numeric input, False to resume it
If True, control's Value is updated, obtained from the current control text.
This method temporarily disables numeric input mode
シンタックス
'宣言
 
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.
参照

C1TextBox クラス
C1TextBox メンバ