Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSDraggingInfoMBS class.

NSDraggingInfoMBS.NSDraggingFormationDefault = 0

Type Topic Plugin Version
const Drag & Drop MBS MacCocoa Plugin 13.1
One of the constants to control the visual format of multiple items being dragged.

The system determined formation.
Available in OS X v10.7 and later.

NSDraggingInfoMBS.NSDraggingFormationList = 3

Type Topic Plugin Version
const Drag & Drop MBS MacCocoa Plugin 13.1
One of the constants to control the visual format of multiple items being dragged.

Drag images are laid out vertically, non-overlapping with the left edges aligned.
Available in OS X v10.7 and later.

NSDraggingInfoMBS.NSDraggingFormationNone = 1

Type Topic Plugin Version
const Drag & Drop MBS MacCocoa Plugin 13.1
One of the constants to control the visual format of multiple items being dragged.

Drag images maintain their set positions relative to each other/
Available in OS X v10.7 and later.

NSDraggingInfoMBS.NSDraggingFormationPile = 2

Type Topic Plugin Version
const Drag & Drop MBS MacCocoa Plugin 13.1
One of the constants to control the visual format of multiple items being dragged.

Drag images are placed on top of each other with random rotations.
Available in OS X v10.7 and later.

NSDraggingInfoMBS.NSDraggingFormationStack = 4

Type Topic Plugin Version
const Drag & Drop MBS MacCocoa Plugin 13.1
One of the constants to control the visual format of multiple items being dragged.

Drag images are laid out overlapping diagonally.
Available in OS X v10.7 and later.

NSDraggingInfoMBS.NSDragOperationAll_Obsolete = 15

Type Topic Plugin Version
const Drag & Drop MBS MacCocoa Plugin 13.1
One of the drag operation constants.

The NSDragOperationAll constant is deprecated. Use NSDragOperationEvery instead.

NSDraggingInfoMBS.NSDragOperationCopy = 1

Type Topic Plugin Version
const Drag & Drop MBS MacCocoa Plugin 13.1
One of the drag operation constants.

The data represented by the image can be copied.

NSDraggingInfoMBS.NSDragOperationDelete = 32

Type Topic Plugin Version
const Drag & Drop MBS MacCocoa Plugin 13.1
One of the drag operation constants.

The data can be deleted.

NSDraggingInfoMBS.NSDragOperationEvery = -1

Type Topic Plugin Version
const Drag & Drop MBS MacCocoa Plugin 13.1
One of the drag operation constants.

All of the above.

NSDraggingInfoMBS.NSDragOperationGeneric = 4

Type Topic Plugin Version
const Drag & Drop MBS MacCocoa Plugin 13.1
One of the drag operation constants.

The operation can be defined by the destination.

NSDraggingInfoMBS.NSDragOperationLink = 2

Type Topic Plugin Version
const Drag & Drop MBS MacCocoa Plugin 13.1
One of the drag operation constants.

NSDraggingInfoMBS.NSDragOperationMove = 16

Type Topic Plugin Version
const Drag & Drop MBS MacCocoa Plugin 13.1
One of the drag operation constants.

The data can be moved.

NSDraggingInfoMBS.NSDragOperationNone = 0

Type Topic Plugin Version
const Drag & Drop MBS MacCocoa Plugin 13.1
One of the drag operation constants.

No drag operations are allowed.

NSDraggingInfoMBS.NSDragOperationPrivate = 8

Type Topic Plugin Version
const Drag & Drop MBS MacCocoa Plugin 13.1
One of the drag operation constants.

The operation is negotiated privately between the source and the destination.

The items on this page are in the following plugins: MBS MacCocoa Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...