InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / BellEnabled Property


In This Topic
BellEnabled Property
In This Topic
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.
Syntax
'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.
See Also