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

In This Topic
    IntelliSyntaxHighlightingEnabled Property (ExpressionEditorCollection)
    In This Topic
    Gets or sets a value indicating if the IntelliSyntaxHighlighting is enabled.
    Syntax
    'Declaration
     
    
    Public Property IntelliSyntaxHighlightingEnabled As Boolean
    public bool IntelliSyntaxHighlightingEnabled {get; set;}
    See Also