Gets or sets the value that indicates how the thesaurus check ended. It is set to False if the process ended normally, or True if the process was aborted by the user.

Namespace:  C1.Win.C1Thesaurus
Assembly:  C1.Win.C1Thesaurus.2 (in C1.Win.C1Thesaurus.2.dll)

Syntax

C#
public bool Cancelled { get; set; }
Visual Basic (Declaration)
Public Property Cancelled As Boolean

See Also