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
MousePointer property
Returns or sets a value indicating the type of mouse pointer displayed when the mouse is over a particular part of an object at run time.
Type
LongSyntax
- Basic
object.MousePointer [= value]
The MousePointer(object) syntax has these parts:
The MousePointer(object) syntax has these parts:
object | An expression evaluating to an object of type wodTelnetDLX |
Remarks
This property is only available in OCX (GUI) version of the component.To change mouse pointer visible over client's area of wodTelnetDLX, you can specify one of following constants:
Constant | Value | Description |
---|---|---|
vbDefault | 0 | (Default) Shape determined by the object. |
VbArrow | 1 | Arrow. |
VbCrosshair | 2 | Cross (crosshair pointer). |
VbIbeam | 3 | I beam. |
VbIconPointer | 4 | Icon (small square within a square). |
VbSizePointer | 5 | Size (four-pointed arrow pointing north, south, east, and west). |
VbSizeNESW | 6 | Size NE SW (double arrow pointing northeast and southwest). |
VbSizeNS | 7 | Size N S (double arrow pointing north and south). |
VbSizeNWSE | 8 | Size NW SE (double arrow pointing northwest and southeast). |
VbSizeWE | 9 | Size W E (double arrow pointing west and east). |
VbUpArrow | 10 | Up Arrow. |
VbHourglass | 11 | Hourglass (wait). |
VbNoDrop | 12 | No Drop. |
VbArrowHourglass | 13 | Arrow and hourglass. (Only available in 32-bit Visual Basic.) |
vbArrowQuestion | 14 | Arrow and question mark. (Only available in 32-bit Visual Basic.) |
vbSizeAll | 15 | Size all. (Only available in 32-bit Visual Basic.) |