QD_GetFeedbackOptions
QD_GetFeedbackOptions(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 |
Get the dragging feedback options of a QDrop area
Parameter areaRef is the reference to the plug-in area.
Parameter frameColor receives the RGB color of the feedback frame. The frame color is in 4D's 0x00RRGGBB format. QDrop additionally defines the following constant:
qd_SystemHiliteColor | -254 | System hilite color |
Parameter frameInset receives the inset of the feedback frame relative to the area frame.
Parameter frameWidth receives the width of the feedback frame.
Related commands
QD_SetFeedbackOptions | Configure the dragging feedback options for a QDrop area |