MultiSelect for WinForms
SetProposedValue メソッド (C1TextBox)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > C1TextBox クラス : SetProposedValue メソッド
Value to set to the control.
This method works exactly as setting the Value property, except that it does not change the internal variable storing the value before editing, so the user can press Esc and restore the previous value. This method works only in edit mode. If the control is not in edit mode, this methods does nothing.
シンタックス
'宣言
 
Public Overridable Sub SetProposedValue( _
   ByVal value As System.Object _
) 
public virtual void SetProposedValue( 
   System.object value
)

パラメータ

value
Value to set to the control.
参照

C1TextBox クラス
C1TextBox メンバ