[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); }
<DefaultValueAttribute()> Public Property Bell As Boolean
Dim instance As Vt Dim value As Boolean instance.Bell = value value = instance.Bell
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.
Vt Class Vt Members