MaskedTextBox::BeepOnError Property
.NET Framework (current version)
Gets or sets a value indicating whether the masked text box control raises the system beep for each user key stroke that it rejects.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if the MaskedTextBox control should beep on invalid input; otherwise, false. The default is false.
The MaskInputRejected event will still occur if the BeepOnError property is set to true.
.NET Framework
Available since 2.0
Available since 2.0
Show: