PowerTCP Emulation for .NET CF
Bell Property
See Also  Send comments on this topic.
Dart.Emulation Namespace > Vt Class : Bell Property




Gets or sets a value that determines whether an audio bell is enabled.

Syntax

Visual Basic (Declaration) 
Public Property Bell As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Vt
Dim value As Boolean
 
instance.Bell = value
 
value = instance.Bell
C# 
public bool Bell {get; set;}
Managed Extensions for C++ 
public: __property bool get_Bell();
public: __property void set_Bell( 
   bool value
);
C++/CLI 
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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.