Attachmate.Reflection.Emulation.UTS Namespace > IUtsTerminal Interface : ScreenAlarm Property |
Gets or sets a value indicating whether to sound a beep when the cursor moves to the eighth position before the end of the row and when the cursor reaches any position on the last row.
'Declaration
Property ScreenAlarm As Boolean
'Usage
Dim instance As IUtsTerminal Dim value As Boolean instance.ScreenAlarm = value value = instance.ScreenAlarm
bool ScreenAlarm {get; set;}
If false, the cursor location beep does not sound.