ComponentOne List 8.0 for ActiveX
MousePointer Property

 

True DBList Reference> TDBList Properties> MousePointer Property

MousePointer Property

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

Syntax

object.MousePointer = value

Remarks

Read/Write at run time and design time.

Property applies to TDBList and TDBCombo controls.

Values

Design Time

Run Time

0 - Default (default)

dblMPDefault

1 - Arrow

dbMPArrow

2 - Cross

dblMPCross

3 - I-beam

dblMPIbeam

4 - Icon

dblMPIcon

5 - Size

dblMPSize

6 - Size NE SW

dblMPSizeNESW

7 - Size NS

dblMPSizeNS

8 - Size NW SE

dblMPSizeNWSE

9 - Size EW

dblMPSizeEW

10 - Up Arrow

dblMPUpArrow

11 - Hourglass

dblMPHourglass

12 - No Drop

dblMPNoDrop

13 - Arrow Hourglass

dblMPArrowHourglass

14 - Arrow Question

dblMPArrowQuestion

15 - Size All

dblMPSizeAll

99 - Custom

dblMPCustom

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

See Also

TDBList and TDBCombo Controls

 

 


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

Product Support Forum  |  Documentation Feedback