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
MiddleClick event
Fires when user performs middle button click on wodTelnetDLX window.
Syntax
- Basic
Private Sub object_MiddleClick (ByVal Row, ByVal Column, ByRef Handled)
The MiddleClick(Row,Column,Handled) syntax has these parts:
The MiddleClick(Row,Column,Handled) syntax has these parts:
Row | An Integer value. Holds row number where user clicked. |
Column | An Integer value. Holds column number where user clicked. |
Handled | A VARIANT value. You should set to True if you handle this event. |
Remarks
This event is only available in OCX (GUI) version of the component.MiddleClick event is fired when user clicks inside wodTelnetDLX, on specific row and column, using middle button. If you handle this event, set Handled argument to True so wodTelnetDLX doesn't process (again) this event internally.