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