Share via


NSView.DragPromisedFilesOfTypes Method

Definition

[Foundation.Export("dragPromisedFilesOfTypes:fromRect:source:slideBack:event:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool DragPromisedFilesOfTypes(string[] typeArray, CoreGraphics.CGRect aRect, Foundation.NSObject sourceObject, bool slideBack, AppKit.NSEvent theEvent);
[<Foundation.Export("dragPromisedFilesOfTypes:fromRect:source:slideBack:event:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DragPromisedFilesOfTypes : string[] * CoreGraphics.CGRect * Foundation.NSObject * bool * AppKit.NSEvent -> bool
override this.DragPromisedFilesOfTypes : string[] * CoreGraphics.CGRect * Foundation.NSObject * bool * AppKit.NSEvent -> bool

Parameters

typeArray
String[]
aRect
CGRect
sourceObject
NSObject
slideBack
Boolean
theEvent
NSEvent

Returns

Attributes

Applies to