ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.WPF.ExpressionEditor Namespace / C1ExpressionRichTextBox Class / CurrentHighlighter Property

In This Topic
    CurrentHighlighter Property
    In This Topic
    Gets or sets the interface of the ExpressionEditor highlighter.
    Syntax
    'Declaration
     
    Public Property CurrentHighlighter As IHighlighter
    public IHighlighter CurrentHighlighter {get; set;}
    See Also