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