Back to product page

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

Long

Syntax

  • Basic
object.MousePointer [= value]
The MousePointer(object) syntax has these parts:
objectAn 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:
ConstantValueDescription
vbDefault0(Default) Shape determined by the object.
VbArrow1 Arrow.
VbCrosshair2Cross (crosshair pointer).
VbIbeam3I beam.
VbIconPointer4Icon (small square within a square).
VbSizePointer5Size (four-pointed arrow pointing north, south, east, and west).
VbSizeNESW6Size NE SW (double arrow pointing northeast and southwest).
VbSizeNS7Size N S (double arrow pointing north and south).
VbSizeNWSE8Size NW SE (double arrow pointing northwest and southeast).
VbSizeWE9Size W E (double arrow pointing west and east).
VbUpArrow10Up Arrow.
VbHourglass11Hourglass (wait).
VbNoDrop12No Drop.
VbArrowHourglass13Arrow and hourglass. (Only available in 32-bit Visual Basic.)
vbArrowQuestion14Arrow and question mark. (Only available in 32-bit Visual Basic.)
vbSizeAll15Size all. (Only available in 32-bit Visual Basic.)

Platforms

Windows