Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Drag & Drop | MBS Win Plugin | 10.5 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
It contains methods used in any application that can be a target for data during a drag-and-drop operation. A drop-target application is responsible for:
Constant | Value | Description |
---|---|---|
DROPEFFECT_COPY | 1 | One of the drop effect constants. Drop results in a copy. The original data is untouched by the drag source. more |
DROPEFFECT_LINK | 4 |
One of the drop effect constants.
Drag source should create a link to the original data. |
DROPEFFECT_MOVE | 2 |
One of the drop effect constants.
Drag source should remove the data. |
DROPEFFECT_NONE | 0 |
One of the drop effect constants.
Drop target cannot accept the data. |
DROPEFFECT_SCROLL | &h80000000 |
One of the drop effect constants.
Scrolling is about to start or is currently occurring in the target. This value is used in addition to the other values. |
E_INVALIDARG | &h80070057 |
One of the OLE error codes.
An invalid argument was passed. |
E_OUTOFMEMORY | &h80000002 |
One of the OLE error codes.
There was insufficient memory available for this operation. |
E_UNEXPECTED | &h8000FFFF |
One of the OLE error codes.
An unexpected error has occurred. |
MK_CONTROL | 8 |
One of the key state constants.
The CTRL key is down. |
MK_LBUTTON | 1 |
One of the key state constants.
The left mouse button is down. |
MK_MBUTTON | &h10 |
One of the key state constants.
The middle mouse button is down. |
MK_RBUTTON | 2 |
One of the key state constants.
The right mouse button is down. |
MK_SHIFT | 4 |
One of the key state constants.
The SHIFT key is down. |
MK_XBUTTON1 | &h20 |
One of the key state constants.
The first X button is down. |
MK_XBUTTON2 | &h40 |
One of the key state constants.
The second X button is down. |
S_FALSE | 1 | One of the OLE error codes. |
S_OK | 0 | One of the OLE error codes. |
This class has no sub classes.
The items on this page are in the following plugins: MBS Win Plugin.
WindowsDriveNotificationMBS - WindowsEthernetAdapterMBS