The C1Thesaurus type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | C1Thesaurus |
Creates new C1Thesaurus instance.
|
Methods
Name | Description | |
---|---|---|
![]() | CheckWord |
Sets a word to be looked up in the thesaurus.
|
![]() | Equals | (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 | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | 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
Name | Description | |
---|---|---|
![]() | 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.
|