Reflection
TerminalSound Property


Gets or sets how beeps sound.
Syntax
'Declaration
 
Property TerminalSound As TerminalSoundOption
'Usage
 
Dim instance As ITerminal
Dim value As TerminalSoundOption
 
instance.TerminalSound = value
 
value = instance.TerminalSound
TerminalSoundOption TerminalSound {get; set;}

Property Value

The default value is Simple.
Remarks
All values (except Simple and DosBeep) take advantage of multimedia support in Windows and require a sound board or the PC speaker driver (Speaker.drv).

You may lose some characters sent from the host if all the following are true:

You have the PC speaker driver installed under Windows.

You're connected serially (that is, through COM1, COM2, COM3, or COM4).

TerminalSound is set to a value other than Simple.

If you experience problems, set TerminalSound to Simple or DosBeep.

See Also