'Declaration
Property RowAlarm As Integer
'Usage
Dim instance As IT27Terminal Dim value As Integer instance.RowAlarm = value value = instance.RowAlarm
int RowAlarm {get; set;}
Gets or sets the row that the cursor must be in to sound an alarm.
The valid range of values is 1 - 100 inclusive.
'Declaration
Property RowAlarm As Integer
'Usage
Dim instance As IT27Terminal Dim value As Integer instance.RowAlarm = value value = instance.RowAlarm
int RowAlarm {get; set;}
The RowAlarm property works in conjunction with the ColumnAlarm 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 selected.