NSView.DragFile(String, CGRect, Boolean, NSEvent) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("dragFile:fromRect:slideBack:event:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.None, "Use 'BeginDraggingSession (NSDraggingItem [], NSEvent, NSDraggingSource)' instead.")]
public virtual bool DragFile (string filename, CoreGraphics.CGRect aRect, bool slideBack, AppKit.NSEvent theEvent);
abstract member DragFile : string * CoreGraphics.CGRect * bool * AppKit.NSEvent -> bool
override this.DragFile : string * CoreGraphics.CGRect * bool * AppKit.NSEvent -> bool
Parameters
- filename
- String
- aRect
- CGRect
- slideBack
- Boolean
- theEvent
- NSEvent
Returns
- Attributes