ShowAlarmCursor property
Returns or sets whether the alarm event time is displayed when you click the alarm event on the trace. Read/write. Boolean.
Syntax
TrendPro1
.ShowAlarmCursor
[= 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 alarm event time.
- False: Collapses and does not show the alarm event time.
Example
Private Sub btShowAlarmCursor_Click() TrendPro1.ShowAlarmCursor = False End Sub
Provide Feedback