Input for WinForms | ComponentOne
C1.Win.Input.Validation Namespace / ErrorInfo Class / BeepOnError Property

In This Topic
    BeepOnError Property
    In This Topic
    Gets or sets a value indicating whether the control beeps signaling an error.
    Syntax
    'Declaration
     
    
    Public Property BeepOnError As Boolean
    public bool BeepOnError {get; set;}
    See Also