ClickEventArgs.Cancel Property

Gets or sets a value indicating whether the event should be canceled.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)

Syntax

'Declaration
Property Cancel As Boolean
bool Cancel { get; set; }

Property Value

Type: System.Boolean
true if the event should be canceled; otherwise, false.

.NET Framework Security

See Also

Reference

ClickEventArgs Interface

Microsoft.Office.Tools.Word Namespace