MarginBellEnabled Property
In This Topic
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.
Syntax
'Declaration
Property MarginBellEnabled As Boolean
'Usage
Dim instance As IScreen
Dim value As Boolean
instance.MarginBellEnabled = value
value = instance.MarginBellEnabled
bool MarginBellEnabled {get; set;}
See Also