menu

WPF

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

    Show / Hide Table of Contents

    Class ProceduralLanguageBase

    Inheritance
    System.Object
    LanguageBase
    ProceduralLanguageBase
    CLanguage
    CSharpLanguage
    DelphiLanguage
    JavaLanguage
    JScriptLanguage
    PowerShellLanguage
    SQLLanguage
    VBLanguage
    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
    Namespace: Syncfusion.Windows.Edit
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public abstract class ProceduralLanguageBase : LanguageBase

    Constructors

    ProceduralLanguageBase(EditControl)

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

    Methods

    ApplyColor(String, Int32)

    Declaration
    protected override IFormat ApplyColor(string text, int line)
    Parameters
    Type Name Description
    System.String text
    System.Int32 line
    Returns
    Type
    IFormat
    Overrides
    LanguageBase.ApplyColor(String, Int32)

    ApplyExpandCollapse(ApplyExpandCollapseArgs)

    Declaration
    protected override void ApplyExpandCollapse(ApplyExpandCollapseArgs args)
    Parameters
    Type Name Description
    ApplyExpandCollapseArgs args
    Overrides
    LanguageBase.ApplyExpandCollapse(ApplyExpandCollapseArgs)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved