Gets or sets a value that determines whether an audio bell is enabled.              
             
             
            
 Syntax
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
             Requirements
Requirements
Target Platforms: Microsoft .NET Framework 2.0
 See Also
See Also