TextBoxBeforeTextChangingEventArgs.Cancel プロパティ

定義

テキストの変更を取り消すかどうかを示す値を取得または設定します。

public:
 property bool Cancel { bool get(); void set(bool value); };
bool Cancel();

void Cancel(bool value);
public bool Cancel { get; set; }
var boolean = textBoxBeforeTextChangingEventArgs.cancel;
textBoxBeforeTextChangingEventArgs.cancel = boolean;
Public Property Cancel As Boolean

プロパティ値

Boolean

bool

テキスト の変更を取り消す場合は true。それ以外の場合は false。 既定値は false です。

適用対象