ShowAlarmEventList property

Returns or sets whether the diagnostic or alarm event list is displayed. Read/write. Boolean.
TIP:
The property is intended to be obsolete.
Use the
ShowEventList
property instead.
Syntax
TrendPro1
.
ShowAlarmEventList
[=
state
]
where
TrendPro1
- is the name of a TrendPro object or an expression that evaluates to a TrendPro object.
state
- is a parameter of the type Boolean that can be set to one of the following:
  • True
    : Shows the event list.
  • False
    : Collapses the event list.
Example
Private Sub btShowList_Click() TrendPro1.ShowAlarmEventList = True End Sub
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal