Properties
The following properties are defined in the DroppedEvent class.
| Name | Access | Type | Description |
|---|---|---|---|
| AltKey | CR | boolean | Pressing state of Alt key when dropped |
| CtrlKey | CR | boolean | Pressing state of Ctrl key when dropped |
| Data | CR | Object | Dropped data |
| LButton | CR | boolean | Pressing state of left mouse button when dropped |
| MButton | CR | boolean | Pressing state of middle mouse button when dropped |
| Mode | CR | integer | Whether drag and drop is in copy mode or move mode Added since Ver.5.0.0 |
| RButton | CR | boolean | Pressing state of right mouse button when dropped |
| ShiftKey | CR | boolean | Pressing state of Shift key when dropped |
| Type | CR | integer | Format of dropped data |
| XPos | CR | integer | Dropped X coordinate |
| YPos | CR | integer | Dropped Y coordinate |
Access
R: Readable W: Writable C: Initializable