dropAccept()
Defines whether a graphics object accepts drop operations.
Synopsis
int
dropAccept(
bool
accept = TRUE);
Parameters
Parameter | Description |
---|---|
accept | If FALSE is returned, the user will see a specially shaped cursor
icon (e.g. ![]() |
Return Value
-1 in case of error. Otherwise 0.
Description
Defines whether a graphics object accepts drop operations.
Example
For examples on how to use this function see chapter Example of Drag and Drop.
Assignment
Availability
UI