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