Enumerates the possible languages to be used when the synonym box is displayed.

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

Syntax

C#
public enum AutomaticDialogEnum
Visual Basic (Declaration)
Public Enumeration AutomaticDialogEnum

Members

Member nameDescription
NoDialog
No synonym dialog box will be displayed by the C1Thesaurus component. The calling application may choose to display its own custom dialog box.
EnglishDialog
The English synonym box will be displayed.
SpanishDialog
The Spanish synonym box will be displayed.
GermanDialog
The German synonym box will be displayed.
FrenchDialog
The French synonym box will be displayed.

Remarks

Use the members of this enumeration to set the value of the AutomaticDialog property.

See Also