Enum KnownLanguages
Defines the constants that specifies the known languages that can be configured in EditControl.
Namespace: Syncfusion.Windows.Forms.Edit.Enums
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public enum KnownLanguages
Fields
| Name | Description |
|---|---|
| C | This option represents the C language. |
| CSharp | This option represents the C# language. |
| Delphi | This option represents the Delphi language. |
| HTML | This option represents the HTML language. |
| Java | This option represents the Java language. |
| JScript | This option represents the JScript language. |
| PowerShell | This option represents the PowerShell language. |
| SQL | This option represents the SQL language. |
| Text | This option represents the plain text. |
| Undefined | This option represents the undefined language. |
| VBNET | This option represents the VB .NET language. |
| VBScript | This option represents the VBScript language. |
| XML | This option represents the XML language. |