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 |
---|---|
|
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. |
|
The mouse pointer is a generic single object icon. |
|
The mouse pointer is a generic multiple object icon. |
|
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"