ShowEventList property
Returns or sets whether the diagnostic or alarm event list is displayed. Read/write. Boolean.
Syntax
TrendPro1
.ShowEventList
[= 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.ShowEventList = True End Sub
Provide Feedback