ComponentOne True DBGrid Pro 8
MousePointer Property

This property sets or returns a value indicating the type of mouse pointer displayed when the mouse is over the grid at run time.

Syntax

TDBGrid.MousePointer = value

Values

Design Time

Run Time

0 - Default (default)

dbgMPDefault

1 - Arrow

dbgMPArrow

2 - Cross

dbgMPCross

3 - I-beam

dbgMPIbeam

4 - Icon

dbgMPIcon

5 - Size

dbgMPSize

6 - Size NE SW

dbgMPSizeNESW

7 - Size NS

dbgMPSizeNS

8 - Size NW SE

dbgMPSizeNWSE

9 - Size EW

dbgMPSizeEW

10 - Up Arrow

dbgMPUpArrow

11 - Hourglass

dbgMPHourglass

12 - No Drop

dbgMPNoDrop

13 - Arrow Hourglass

dbgMPArrowHourglass

14 - Arrow Question

dbgMPArrowQuestion

15 - Size All

dbgMPSizeAll

99 - Custom

dbgMPCustom

Remarks

Read/Write at run time and design time.

When this property is set to 99 - Custom, the MouseIcon property specifies the shape of the mouse pointer.

See Also

TDBGrid Control

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback