Property IsSilent
IsSilent
Gets or sets whether error sound produced by the validators if an invalid key is pressed is currently disabled.
public static bool IsSilent { get; set; }
Property Value
Remarks
If true
, error sound is not played when a validator
detects an error. If false
, error sound is enabled.