MonobjcMonobjc Documented Class Library
NSBrowserDropOperation Enumeration
NamespacesMonobjc.AppKitNSBrowserDropOperation

The type used to specify the drop type of a drag-and-drop operation. See browser:validateDrop:proposedRow:column:dropOperation: for more information.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSBrowserDropOperation
Public Enumeration NSBrowserDropOperation
public enum class NSBrowserDropOperation
Members
MemberDescription
NSBrowserDropOn

The drop occurs at the row to which the item was dragged.

Available in Mac OS X v10.5 and later.


NSBrowserDropAbove

The drop occurs above the row to which the item was dragged.

Available in Mac OS X v10.5 and later.


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

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