Reflection
BellEnabled Property


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

Property Value

The default value is true.
See Also