QDrop
![]() |
![]() ![]() |
QD_SetFeedbackOptions(areaRef; frameColor; frameInset; frameWidth):error | |||
![]() |
areaRef | Longint | Area reference |
![]() |
frameColor | Longint | Frame hilite color |
![]() |
frameInset | Longint | Frame inset |
![]() |
frameWidth | Longint | Frame width |
![]() |
error | Longint | Error result |
Configures the dragging feedback options for a QDrop plug-in area.
Parameter areaRef is the reference to the plug-in area.
Parameter frameColor is the RGB color of the feedback frame. The frame color is specified in 4D's 0x00RRGGBB format. QDrop additionally defines the following constant:
qd_SystemHiliteColor | -254 | System hilite color |
Parameter frameInset is the inset of the feedback frame relative to the area frame.
Parameter frameWidth is the width of the feedback frame.
QDrop uses the following defaults:
Frame color: qd_SystemHiliteColor
Frame inset: 1
Frame width: 2
Related commands
QD_GetFeedbackOptions | Returns the dragging feedback options of a QDrop plug-in area |