WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class JScriptLanguage - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class JScriptLanguage

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

    Inheritance
    System.Object
    LanguageBase
    ProceduralLanguageBase
    JScriptLanguage
    Inherited Members
    ProceduralLanguageBase.ApplyColor(String, Int32)
    ProceduralLanguageBase.ApplyExpandCollapse(ApplyExpandCollapseArgs)
    LanguageBase.literalCount
    LanguageBase.currentBlockCount
    LanguageBase.isCurrentBlockComment
    LanguageBase.LexemProperty
    LanguageBase.FormatsProperty
    LanguageBase.SupportsOutliningProperty
    LanguageBase.IsIndentSelectionOnTabEnabledProperty
    LanguageBase.SplitTextToLines()
    LanguageBase.OnLexemsChanged(DependencyPropertyChangedEventArgs)
    LanguageBase.OnFormatsChanged(DependencyPropertyChangedEventArgs)
    LanguageBase.ApplyExpandItems()
    LanguageBase.InitializeApplyExpandCollapse()
    LanguageBase.RefreshExpandItems(Int32)
    LanguageBase.ShowIntellisenseBox(EditIntellisenseArgs)
    LanguageBase.PositionIntellisenseBox(EditIntellisenseArgs)
    LanguageBase.HideIntellisensePopup()
    LanguageBase.ExecuteDeleteText()
    LanguageBase.ExecuteBackspace()
    LanguageBase.GetTextInCollapsedArea(LineItem)
    LanguageBase.GetSelectionEndIndex(LineItem)
    LanguageBase.GetIndentLevel(Int32)
    LanguageBase.Lexem
    LanguageBase.Formats
    LanguageBase.SupportsOutlining
    LanguageBase.IsIndentSelectionOnTabEnabled
    LanguageBase.ParentControl
    LanguageBase.SplitLinesRegex
    LanguageBase.SplitWordsRegex
    LanguageBase.IsSplitTextToWords
    LanguageBase.ApplyColoring
    LanguageBase.Name
    LanguageBase.FileExtension
    LanguageBase.CaseSensitive
    LanguageBase.TextForeground
    LanguageBase.BlockStart
    LanguageBase.BlockEnd
    LanguageBase.SupportsIntellisense
    LanguageBase.EllipsisText
    LanguageBase.TypesCollection
    LanguageBase.IntellisenseDrillDownChar
    LanguageBase.IntellisenseCommitCharacters
    LanguageBase.CommitsIntellisenseItemOnSpaceBar
    LanguageBase.IndentableBlocks
    Namespace: Syncfusion.Windows.Edit
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public class JScriptLanguage : ProceduralLanguageBase

    Constructors

    JScriptLanguage(EditControl)

    Initializes a new instance of the JScriptLanguage class.

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

    It represents the EditControl

    Remarks

    JScriptLanguage constructor is used to initialize java script Formats, Lexem, Name, FileExtension, TextForeground, BlockStart, BlockEnd, ApplyColoring, CaseSensitive, SupportsOutlining and SupportsIntellisense.

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