Indicates the types of dragging operations the source object allows on the dragged image’s data.
Original signature is '- (NSDragOperation)draggingSourceOperationMaskForLocal:(BOOL)localDestination'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual NSDragOperation DraggingSourceOperationMaskForLocal( bool localDestination )
Public Overridable Function DraggingSourceOperationMaskForLocal ( _ localDestination As Boolean _ ) As NSDragOperation
public: virtual NSDragOperation DraggingSourceOperationMaskForLocal( bool localDestination )

- localDestination (Boolean)
- Indicates the location of the dragging operation’s destination object: YES for this application, NO for another application.

[Missing <returns> documentation for "M:Monobjc.AppKit.NSBrowser.DraggingSourceOperationMaskForLocal(System.Boolean)"]

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