PowerTCP Emulation for .NET
Bell Property




Gets or sets a value that determines whether an audio bell is enabled.
Syntax
<DefaultValueAttribute()>
Public Property Bell As Boolean
Dim instance As Vt
Dim value As Boolean
 
instance.Bell = value
 
value = instance.Bell
[DefaultValue()]
public bool Bell {get; set;}
[DefaultValue()]
public: __property bool get_Bell();
public: __property void set_Bell( 
   bool value
);
[DefaultValue()]
public:
property bool Bell {
   bool get();
   void set (    bool value);
}

Property Value

true if the BEL character should cause the bell to sound; false otherwise. The default value is true.
Remarks

The ASCII BEL character causes the system bell to sound. Such actions as attempting to scroll past the scroll range also cause the bell to sound.

See Also

Reference

Vt Class
Vt Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic