다음을 통해 공유


TextBoxSelectionChangingEventArgs.Cancel 속성

정의

선택 작업을 취소해야 하는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

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

속성 값

Boolean

bool

true 이면 선택 작업을 취소합니다. 그렇지 않으면 false입니다. 기본값은 false입니다.

적용 대상