Source Feedback (SourceFeedback)

This property determines the appearance of the mouse pointer during the drag-and-drop operation.

SourceFeedback="Icon | Single | Multi | Bitmap"

Value

Description

Icon (default)

The mouse pointer is a monochrome version of the bitmap shown by the widget (Default). This means the bitmap and pointer must be the same size, 32x32 pixels.

Microsoft Windows icon files are especially suitable for this, as they include a transparency mask.

Single

The mouse pointer is a generic single object icon.

Multi

The mouse pointer is a generic multiple object icon.

Bitmap

The mouse pointer is the bitmap specified in the Bitmap property.

Setting in ProcScript

The following statement defines the mouse pointer as a bitmap and specifies the image to use for the pointer.

$fieldproperties(DDFLD) = "sourcefeedback=bitmap;bitmap=@ddpointer.bmp"

Applies To

DropTarget

Related Topics