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