RMouseClick Event

Occurs when the user clicks the right mouse button on the Alarm Summary object in either the Configuration or Run-time environment.

Syntax

object_RMouseClick(ByVal Col As Long, ByVal Row As Long, ByVal x As Long, ByVal y As Long)

Properties

The RMouseClick event syntax has these parts:

Part

Description

Object

An object expression that evaluates to an object in the Applies To list.

Col

The column the user clicked on.

Row

The row the user clicked on.

X

The horizontal location of the click in device coordinates.

Y

The vertical location of the click in device coordinates.

 

Applies To