Expression Editor for WinForms | ComponentOne
C1.Win.ExpressionEditor Namespace / ExpressionEditorCollection Class / SyntaxHighlighting Property

In This Topic
    SyntaxHighlighting Property (ExpressionEditorCollection)
    In This Topic
    Gets or sets a value indicating whether to highlight syntax.
    Syntax
    'Declaration
     
    
    Public Property SyntaxHighlighting As Boolean
    public bool SyntaxHighlighting {get; set;}
    Remarks
    IntelliSyntaxHighlightingEnabled should be true.
    See Also