InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputMaskedTextBox Class / BeepOnError Property

In This Topic
    BeepOnError Property (InputMaskedTextBox)
    In This Topic
    Indicates whether the masked text box will beep when an invalid character is typed.
    Syntax
    'Declaration
     
    Public Property BeepOnError As Boolean
    public bool BeepOnError {get; set;}
    See Also