Back to product page

RightClick event


Fires when user right-click on wodTelnetDLX window.

Syntax

  • Basic
Private Sub object_RightClick (ByVal Row, ByVal Column, ByRef ShowMenu)
The RightClick(Row,Column,ShowMenu) syntax has these parts:
RowAn Integer value. Holds row number where user clicked.
ColumnAn Integer value. Holds column number where user clicked.
ShowMenuA Boolean value. When set to False context menu is not shown (defaults to True).

Remarks

This event is only available in OCX (GUI) version of the component.

RightClick event is fired when user clicks inside wodTelnetDLX, on specific row and column. You can set ShowMenu argument to False, in which case context menu will not be shown. You can, instead, do a quick paste of current selection (which you can retrieve using SelectedText property).

Platforms

Windows