GrapeCity MultiRow Windows Forms Documentation
BeepOnError Property


Gets or sets a value that indicates whether the MaskedTextBoxCell raises the system beep for each user key stroke that it rejects.
Syntax
<SRCategoryAttribute("Behavior")>
<SRDescriptionAttribute("Indicates whether the EditingControl beeps when an invalid character is typed.")>
<DefaultValueAttribute()>
Public Property BeepOnError As Boolean
Dim instance As MaskedTextBoxCell
Dim value As Boolean
 
instance.BeepOnError = value
 
value = instance.BeepOnError
[SRCategory("Behavior")]
[SRDescription("Indicates whether the EditingControl beeps when an invalid character is typed.")]
[DefaultValue()]
public bool BeepOnError {get; set;}

Property Value

true if the MaskedTextBoxCell beeps on invalid input; otherwise, false. The default is false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MaskedTextBoxCell Class
MaskedTextBoxCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.