Gets or sets a value indicating whether a bell sounds when the ASCII bell character (decimal 7) is transmitted from the keyboard or received from the host.
bool BellEnabled {get; set;}
'Declaration
Property BellEnabled As Boolean
'Usage
Dim instance As ITerminal
Dim value As Boolean
instance.BellEnabled = value
value = instance.BellEnabled
Property Value
The default value is true.