InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Terminal Interface / ColumnAlarm Property


In This Topic
    ColumnAlarm Property
    In This Topic

    Gets or sets the column that the cursor must be in to sound an alarm.
    The valid range of values is 1 - 133 inclusive.

    Syntax
    'Declaration
     
    
    Property ColumnAlarm As Integer
    'Usage
     
    
    Dim instance As IT27Terminal
    Dim value As Integer
     
    instance.ColumnAlarm = value
     
    value = instance.ColumnAlarm
    int ColumnAlarm {get; set;}
    Remarks

    The ColumnAlarm property works in conjunction with the RowAlarm property. The cursor must be in both the specified column and row in order to sound the alarm.

    This property applies only when EnableHostAlarm is set to true.

    See Also