MonobjcMonobjc Documented Class Library
NSCollectionViewDropOperation Enumeration
NamespacesMonobjc.AppKitNSCollectionViewDropOperation

These constants specify if acceptance of a drop should be at the item it is dropped on or before the item. These constants are used by the collectionView:acceptDrop:index:dropOperation: and collectionView:validateDrop:proposedIndex:dropOperation: methods in NSCollectionViewDelegate Protocol

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSCollectionViewDropOperation
Public Enumeration NSCollectionViewDropOperation
public enum class NSCollectionViewDropOperation
Members
MemberDescription
NSCollectionViewDropOn

The drop occurs at the collection view item to which the item was dragged.

Available in Mac OS X v10.6 and later.


NSCollectionViewDropBefore

The drop occurs above the collection view item to which the item was dragged..

Available in Mac OS X v10.6 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)