Returns the last error code that occurred in the C1Thesaurus control.

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

Syntax

C#
[BrowsableAttribute(false)]
public ErrorTypeEnum LastThesError { get; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public ReadOnly Property LastThesError As ErrorTypeEnum

Remarks

See also the ThesError event.

See Also