InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IUtsTerminal Interface / ScreenAlarm Property


In This Topic
    ScreenAlarm Property
    In This Topic

    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.

    Syntax
    'Declaration
     
    
    Property ScreenAlarm As Boolean
    'Usage
     
    
    Dim instance As IUtsTerminal
    Dim value As Boolean
     
    instance.ScreenAlarm = value
     
    value = instance.ScreenAlarm
    bool ScreenAlarm {get; set;}

    Property Value

    If false, the cursor location beep does not sound.

    See Also