SelectEvent

ITcEventView

This method selects an event displayed in the list view by the given index. The selected event will be displayed highlighted.

HRESULT SelectEvent(long nIndex);

Parameters

nIndex

[in] the index of the event that should be selected. The index in the list view starts at the top with the index 0.

Return Values

S_OK

Function was successfully called

Visual Basic sample code

Option Explicit

' add the Beckhoff TcEvent View Library to the components
' place a TcEventView on the form, and assign the name TcEventView1

Private Sub Form_Load()
 Call TcEventView1.SelectEvent(1)
End Sub

Remarks

This method has the same behavior as if the alarm is selected by a left mouse button click on the event item in the list view.