WPF

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

    Show / Hide Table of Contents

    Class HTMLLanguage

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

    Inheritance
    System.Object
    LanguageBase
    MarkupLanguageBase
    HTMLLanguage
    Inherited Members
    MarkupLanguageBase.OnLexemsChanged(DependencyPropertyChangedEventArgs)
    MarkupLanguageBase.SplitTextToLines()
    MarkupLanguageBase.ApplyExpandCollapse(ApplyExpandCollapseArgs)
    MarkupLanguageBase.GetTextInCollapsedArea(LineItem)
    MarkupLanguageBase.GetSelectionEndIndex(LineItem)
    MarkupLanguageBase.GetIndentLevel(Int32)
    MarkupLanguageBase.ExecuteDeleteText()
    MarkupLanguageBase.ExecuteBackspace()
    LanguageBase.literalCount
    LanguageBase.currentBlockCount
    LanguageBase.isCurrentBlockComment
    LanguageBase.LexemProperty
    LanguageBase.FormatsProperty
    LanguageBase.SupportsOutliningProperty
    LanguageBase.IsIndentSelectionOnTabEnabledProperty
    LanguageBase.ApplyColor(String, Int32)
    LanguageBase.OnFormatsChanged(DependencyPropertyChangedEventArgs)
    LanguageBase.ApplyExpandItems()
    LanguageBase.InitializeApplyExpandCollapse()
    LanguageBase.RefreshExpandItems(Int32)
    LanguageBase.ShowIntellisenseBox(EditIntellisenseArgs)
    LanguageBase.PositionIntellisenseBox(EditIntellisenseArgs)
    LanguageBase.HideIntellisensePopup()
    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 HTMLLanguage : MarkupLanguageBase

    Constructors

    HTMLLanguage(EditControl)

    Initializes a new instance of the HTMLLanguage class.

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

    It represents the EditControl

    Remarks

    HTMLLanguage constructor is used to initialize HTML language 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