Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / MarginBellEnabled Property


In This Topic
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
See Also