Sets a word to be looked up in the thesaurus.

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

Syntax

C#
[BrowsableAttribute(false)]
public string CheckWord(
	string word
)
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public Function CheckWord ( _
	word As String _
) As String

Parameters

word
Type: System..::.String

See Also