ExpressionEdit.MousePointer

Syntax

ExpressionEdit.MousePointer

Data Type

MousePointerStyles

Use the following constants with this data type:

  • MousePointer_Arrow –(Value: 1)
  • MousePointer_ArrowHourGlass –(Value: 11)
  • MousePointer_ArrowQuestion –(Value: 12)
  • MousePointer_Crosshair –(Value: 2)
  • MousePointer_Custom –(Value: 99)
  • MousePointer_Default –(Value: 0)
  • MousePointer_HourGlass –(Value: 9)
  • MousePointer_Ibeam –(Value: 3)
  • MousePointer_NoDrop –(Value: 10)
  • MousePointer_SizeAll –(Value: 13)
  • MousePointer_SizeNESW –(Value: 4)
  • MousePointer_SizeNS –(Value: 5)
  • MousePointer_SizeNWSE –(Value: 6)
  • MousePointer_SizeWE –(Value: 7)
  • MousePointer_UpArrow –(Value: 8)

Purpose

Specifies the appearance of the mouse cursor when the cursor is over the control.

Remarks

When the parameter is MousePointer_Custom , the mouse cursor is the picture the ExpressionEdit.MouseIcon property specifies.

See Also

ExpressionEdit.MouseIcon