Configures the default value returned from draggingSourceOperationMaskForLocal:.
Original signature is '- (void)setDraggingSourceOperationMask:(NSDragOperation)mask forLocal:(BOOL)isLocal'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public virtual void SetDraggingSourceOperationMaskForLocal( NSDragOperation mask, bool isLocal )
Public Overridable Sub SetDraggingSourceOperationMaskForLocal ( _ mask As NSDragOperation, _ isLocal As Boolean _ )
public: virtual void SetDraggingSourceOperationMaskForLocal( NSDragOperation mask, bool isLocal )

- mask (NSDragOperation)
- The types of drag operations allowed.
- isLocal (Boolean)
- If YES, mask applies when the drag destination object is in the same application as the receiver; if NO, mask applies when the destination object is outside the receiver’s application.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)