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

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