INSDraggingInfo Interface

Definition

[Foundation.Protocol(Name="NSDraggingInfo", WrapperType=typeof(AppKit.NSDraggingInfoWrapper))]
public interface INSDraggingInfo : IDisposable, ObjCRuntime.INativeObject
type INSDraggingInfo = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

EnumerateDraggingItems(INSDraggingInfo, NSDraggingItemEnumerationOptions, NSView, IntPtr, NSDictionary, NSDraggingEnumerator)
GetAnimatesToDestination(INSDraggingInfo)
GetDraggedImage(INSDraggingInfo)
GetDraggedImageLocation(INSDraggingInfo)
GetDraggingDestinationWindow(INSDraggingInfo)
GetDraggingFormation(INSDraggingInfo)
GetDraggingLocation(INSDraggingInfo)
GetDraggingPasteboard(INSDraggingInfo)
GetDraggingSequenceNumber(INSDraggingInfo)
GetDraggingSource(INSDraggingInfo)
GetDraggingSourceOperationMask(INSDraggingInfo)
GetNumberOfValidItemsForDrop(INSDraggingInfo)
GetSpringLoadingHighlight(INSDraggingInfo)
PromisedFilesDroppedAtDestination(INSDraggingInfo, NSUrl)
ResetSpringLoading(INSDraggingInfo)
SetAnimatesToDestination(INSDraggingInfo, Boolean)
SetDraggingFormation(INSDraggingInfo, NSDraggingFormation)
SetNumberOfValidItemsForDrop(INSDraggingInfo, nint)
SlideDraggedImageTo(INSDraggingInfo, CGPoint)

Applies to