CollapseEventList property
Returns or sets whether the diagnostic or alarm event list below the chart will be displayed. Read/write. Boolean.
Syntax
TrendPro1
.CollapseEventList
[= 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 CollapseTrendProEventList() TrendPro1.CollapseEventList = False End Sub
Provide Feedback