The C1Thesaurus type exposes the following members.

Constructors

  NameDescription
C1Thesaurus
Creates new C1Thesaurus instance.

Methods

  NameDescription
CheckWord
Sets a word to be looked up in the thesaurus.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetCallingAssembly
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
AutomaticDialog
Gets or sets the AutomaticDialogEnum object that indicates whether the synonym dialog box will be used and the language that should be used to display it.
ChangedWord
Returns the synonym chosen as a replacement for the CheckWord method following a thesaurus check.
DialogProp
Returns the DialogProperty object that represents the title, font, and location of the synonym dialog box.
HelpBtnVisible
Sets or returns if the Help button is visible on the synonym dialog box.
LastThesError
Returns the last error code that occurred in the C1Thesaurus control.
MainThesFile
Gets or sets the fully qualified filename of the main thesaurus file.
OptionBtnCaption
Sets or returns the caption of the Options button on the synonym dialog box.
OptionBtnVisible
Sets or returns if the Options button is visible on the synonym dialog box.
Synonyms
Returns the synonym collection found for the word.
ThesaurusLanguage
Returns the language of the MainThesFile.
ThesaurusVersion
Returns the version of the MainThesFile.

Events

  NameDescription
Changed
Fired to indicate that the user pressed the Replace button on the synonym dialog box.
Complete
Fired after the thesaurus check is performed.
HelpBtnClick
Fired when the Help button on the synonym dialog box is clicked.
NotFound
Fired when the word being checked is not found in the main thesaurus file.
OptionBtnClick
Fired when the Options button on the synonym dialog box is clicked.
Suggestion
Fired after each synonym is added to the Synonym collection.
ThesError
Fired when an error occurs.

See Also