menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class VBScriptLanguage - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class VBScriptLanguage

    Represents a class that provides support for Syntax highlighting and Outlining for VBScript language.

    Inheritance
    System.Object
    LanguageBase
    ProceduralLanguageBase
    VBScriptLanguage
    Inherited Members
    LanguageBase.ApplyColoring
    LanguageBase.ApplyExpandItems()
    LanguageBase.BlockEnd
    LanguageBase.BlockStart
    LanguageBase.CaseSensitive
    LanguageBase.CommitsIntellisenseItemOnSpaceBar
    LanguageBase.currentBlockCount
    LanguageBase.EllipsisText
    LanguageBase.ExecuteBackspace()
    LanguageBase.ExecuteDeleteText()
    LanguageBase.FileExtension
    LanguageBase.Formats
    LanguageBase.FormatsProperty
    LanguageBase.GetIndentLevel(Int32)
    LanguageBase.GetSelectionEndIndex(LineItem)
    LanguageBase.GetTextInCollapsedArea(LineItem)
    LanguageBase.HideIntellisensePopup()
    LanguageBase.IndentableBlocks
    LanguageBase.InitializeApplyExpandCollapse()
    LanguageBase.IntellisenseCommitCharacters
    LanguageBase.IntellisenseDrillDownChar
    LanguageBase.isCurrentBlockComment
    LanguageBase.IsIndentSelectionOnTabEnabled
    LanguageBase.IsIndentSelectionOnTabEnabledProperty
    LanguageBase.IsSplitTextToWords
    LanguageBase.Lexem
    LanguageBase.LexemProperty
    LanguageBase.literalCount
    LanguageBase.Name
    LanguageBase.OnFormatsChanged(DependencyPropertyChangedEventArgs)
    LanguageBase.OnLexemsChanged(DependencyPropertyChangedEventArgs)
    LanguageBase.ParentControl
    LanguageBase.PositionIntellisenseBox(EditIntellisenseArgs)
    LanguageBase.RefreshExpandItems(Int32)
    LanguageBase.ShowIntellisenseBox(EditIntellisenseArgs)
    LanguageBase.SplitLinesRegex
    LanguageBase.SplitTextToLines()
    LanguageBase.SplitWordsRegex
    LanguageBase.SupportsIntellisense
    LanguageBase.SupportsOutlining
    LanguageBase.SupportsOutliningProperty
    LanguageBase.TextForeground
    LanguageBase.TypesCollection
    ProceduralLanguageBase.ApplyColor(String, Int32)
    ProceduralLanguageBase.ApplyExpandCollapse(ApplyExpandCollapseArgs)
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved