Contents

setDraggingSourceOperationMask(_:forLocal:)

Specifies the drag-operation mask for dragging operations with local or external destinations.

Declaration

func setDraggingSourceOperationMask(_ mask: NSDragOperation, forLocal isLocal: Bool)

Parameters

  • mask:

    Dragging operation mask to use for either local or external drag operations, as specified by localDestination.

  • isLocal:

    Indicates the location of the dragging operation’s destination object:

    True for this application; False for another application.

Discussion

See Also

Dragging