TXTextControl.MousePointer Property

Returns or sets a value indicating the type of mouse pointer displayed when the mouse is over a particular part of a Text Control at run time.

Syntax

TXTextControl.MousePointer [= value]
Setting Description
0 (Default) The mouse pointer is an I-Beam in edit mode and an arrow in read-only mode. See the EditMode property for more information.
1 Arrow.
2 Cross.
3 I-Beam.
4 Icon (small square within a square).
5 Size (four-pointed arrow).
6 Size NE SW (double arrow pointing northeast and southwest).
7 Size N S (double arrow pointing north and south).
8 Size NW SE (double arrow pointing northwest and southeast).
9 Size W E (double arrow pointing west and east).
10 Up Arrow.
11 Hourglass.
12 Hand.

Data Types

Integer.

See Also