Class JScriptLanguage
Represents a class that provides support for Syntax highlighting and Outlining for JScript language.
Inherited Members
Namespace: Syncfusion.Windows.Edit
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
public class JScriptLanguage : ProceduralLanguageBase
Constructors
JScriptLanguage(EditControl)
Initializes a new instance of the JScriptLanguage class.
Declaration
public JScriptLanguage(EditControl control)
Parameters
Type | Name | Description |
---|---|---|
EditControl | control | It represents the EditControl |
Remarks
JScriptLanguage constructor is used to initialize java script Formats, Lexem, Name, FileExtension, TextForeground, BlockStart, BlockEnd, ApplyColoring, CaseSensitive, SupportsOutlining and SupportsIntellisense.