MarginBellEnabled Property
Gets or sets a value indicating whether a bell should sound when the cursor reaches the column that is eight spaces short of the right margin.
bool MarginBellEnabled {get; set;}
'Declaration
Property MarginBellEnabled As Boolean
'Usage
Dim instance As IScreen
Dim value As Boolean
instance.MarginBellEnabled = value
value = instance.MarginBellEnabled