CollapseAlarmEventList property
Returns or sets whether the diagnostic or alarm event list below the chart will be displayed. Read/write. Boolean.
TIP:
The property is intended to be obsolete.
Use the CollapseEventList
property instead.Syntax
TrendPro1
.CollapseAlarmEventList
[= 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: Collapses the event list.
- False: Shows the event list.
Example
Private Sub CollapseTrendProEventListList() TrendPro1.CollapseAlarmEventList = False End Sub
Provide Feedback