Expression Editor for WinForms | ComponentOne
C1.Win.ExpressionEditor Namespace / C1ExpressionEditor Class / IntelliErrorsEnabled Property

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