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

In This Topic
    ShowErrorBox Property (C1ExpressionEditor)
    In This Topic
    Gets or sets a value that indicates whether to show error box under the editor.
    Syntax
    'Declaration
     
    
    Public Property ShowErrorBox As Boolean
    public bool ShowErrorBox {get; set;}
    See Also