Back to product page
- Introduction
- License agreement
- Getting Started
- Enumerations
- Objects
- wodTelnetDLX
- Methods
- Properties
- Authentication
- AutoSize
- BackColor
- BackLog
- BindIP
- BindPort
- Blocking
- BorderVisible
- Certificate
- CharEncoding
- Column
- Columns
- ColWidth
- Command
- ContextMenu
- CursorHeight
- DataOut
- DataReady
- Enabled
- ErrorText
- ExitSignal
- ExitStatus
- Font
- ForeColor
- HandleSysKeys
- Hostname
- hWnd
- KeepAlives
- Language
- LastError
- LocalCertBag
- Login
- MousePointer
- MouseWheel
- MyHostname
- MyIP
- Notification
- Password
- Picture
- Port
- Prompt
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RecordMode
- RemoteIdentification
- Row
- RowHeight
- Rows
- ScrollBars
- ScrollX
- ScrollY
- SecureMethod
- SelectedText
- ShowCursor
- Socket
- SpecialKeyFocus
- State
- StateText
- StripANSI
- StripColors
- TabStop
- TelnetOption
- TerminalEmulation
- TerminalType
- Text
- Timeout
- TranslateSpecial
- UseIPv6
- Version
- Events
- IwodTelnetNotify
- wodTelnetDLX
- How to get support?
- Technical information
- Fast notifications interface
- Error list
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:
The RightClick(Row,Column,ShowMenu) syntax has these parts:
Row | An Integer value. Holds row number where user clicked. |
Column | An Integer value. Holds column number where user clicked. |
ShowMenu | A 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).