Share via


RichEditBoxSelectionChangingEventArgs.Cancel 屬性

定義

取得或設定值,這個值表示是否應該取消選取作業。

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

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

屬性值

Boolean

bool

true 表示取消選取作業;否則為 false。 預設值為 false

適用於