Class KnownLanguages
Defines the constants that specifies the known languages that can be configured in EditControl.
Inheritance
System.Object
KnownLanguages
Namespace: Syncfusion.Windows.Forms.Edit.Enums
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public sealed class KnownLanguages : Enum
Fields
C
This option represents the C language.
Declaration
public const KnownLanguages C
Field Value
| Type |
|---|
| KnownLanguages |
CSharp
This option represents the C# language.
Declaration
public const KnownLanguages CSharp
Field Value
| Type |
|---|
| KnownLanguages |
Delphi
This option represents the Delphi language.
Declaration
public const KnownLanguages Delphi
Field Value
| Type |
|---|
| KnownLanguages |
HTML
This option represents the HTML language.
Declaration
public const KnownLanguages HTML
Field Value
| Type |
|---|
| KnownLanguages |
Java
This option represents the Java language.
Declaration
public const KnownLanguages Java
Field Value
| Type |
|---|
| KnownLanguages |
JScript
This option represents the JScript language.
Declaration
public const KnownLanguages JScript
Field Value
| Type |
|---|
| KnownLanguages |
PowerShell
This option represents the PowerShell language.
Declaration
public const KnownLanguages PowerShell
Field Value
| Type |
|---|
| KnownLanguages |
SQL
This option represents the SQL language.
Declaration
public const KnownLanguages SQL
Field Value
| Type |
|---|
| KnownLanguages |
Text
This option represents the plain text.
Declaration
public const KnownLanguages Text
Field Value
| Type |
|---|
| KnownLanguages |
Undefined
This option represents the undefined language.
Declaration
public const KnownLanguages Undefined
Field Value
| Type |
|---|
| KnownLanguages |
VBNET
This option represents the VB .NET language.
Declaration
public const KnownLanguages VBNET
Field Value
| Type |
|---|
| KnownLanguages |
VBScript
This option represents the VBScript language.
Declaration
public const KnownLanguages VBScript
Field Value
| Type |
|---|
| KnownLanguages |
XML
This option represents the XML language.
Declaration
public const KnownLanguages XML
Field Value
| Type |
|---|
| KnownLanguages |