menu

WPF

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

    Show / Hide Table of Contents

    Class VBLanguage

    Inheritance
    System.Object
    LanguageBase
    ProceduralLanguageBase
    VBLanguage
    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.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)
    Namespace: Syncfusion.Windows.Edit
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public class VBLanguage : ProceduralLanguageBase

    Constructors

    VBLanguage(EditControl)

    Declaration
    public VBLanguage(EditControl control)
    Parameters
    Type Name Description
    EditControl control

    Methods

    ApplyExpandCollapse(ApplyExpandCollapseArgs)

    Declaration
    protected override void ApplyExpandCollapse(ApplyExpandCollapseArgs args)
    Parameters
    Type Name Description
    ApplyExpandCollapseArgs args
    Overrides
    ProceduralLanguageBase.ApplyExpandCollapse(ApplyExpandCollapseArgs)

    GetIndentLevel(Int32)

    Declaration
    protected override int GetIndentLevel(int lineNumber)
    Parameters
    Type Name Description
    System.Int32 lineNumber
    Returns
    Type
    System.Int32
    Overrides
    LanguageBase.GetIndentLevel(Int32)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved